priv->main_thread = g_thread_new ("KIRO Server main loop", start_server_main_loop, priv->main_loop);// We gave control to the main_loop (with add_watch) and don't need our ref// any longerg_io_channel_unref(priv->conn_ec); g_message ("Enpoint listening");return0; } 开发者...