• Home
  • Raw
  • Download

Lines Matching refs:connection

70   GDBusConnection          *connection;  member
98 if (client->connection != NULL) in client_unref()
101 …g_dbus_connection_signal_unsubscribe (client->connection, client->name_owner_changed_subscription_… in client_unref()
103 … g_signal_handler_disconnect (client->connection, client->disconnected_signal_handler_id); in client_unref()
104 g_object_unref (client->connection); in client_unref()
130 GDBusConnection *connection; member
141 if (data->connection != NULL) in call_handler_data_free()
142 g_object_unref (data->connection); in call_handler_data_free()
149 actually_do_call (Client *client, GDBusConnection *connection, const gchar *name_owner, CallType ca… in actually_do_call() argument
161 client->name_appeared_handler (connection, in actually_do_call()
171 client->name_vanished_handler (connection, in actually_do_call()
187 actually_do_call (data->client, data->connection, data->name_owner, data->call_type); in call_in_idle_cb()
199 data->connection = client->connection != NULL ? g_object_ref (client->connection) : NULL; in schedule_call_in_idle()
224 actually_do_call (client, client->connection, client->name_owner, call_type); in do_call()
282 on_connection_disconnected (GDBusConnection *connection, in on_connection_disconnected() argument
295 …g_dbus_connection_signal_unsubscribe (client->connection, client->name_owner_changed_subscription_… in on_connection_disconnected()
297 g_signal_handler_disconnect (client->connection, client->disconnected_signal_handler_id); in on_connection_disconnected()
298 g_object_unref (client->connection); in on_connection_disconnected()
301 client->connection = NULL; in on_connection_disconnected()
312 on_name_owner_changed (GDBusConnection *connection, in on_name_owner_changed() argument
381 result = g_dbus_connection_call_finish (client->connection, in get_name_owner_cb()
412 g_dbus_connection_call (client->connection, in invoke_get_name_owner()
438 result = g_dbus_connection_call_finish (client->connection, in start_service_by_name_cb()
486 client->disconnected_signal_handler_id = g_signal_connect (client->connection, in has_connection()
492 …lient->name_owner_changed_subscription_id = g_dbus_connection_signal_subscribe (client->connection, in has_connection()
505 g_dbus_connection_call (client->connection, in has_connection()
533 client->connection = g_bus_get_finish (res, NULL); in connection_get_cb()
534 if (client->connection == NULL) in connection_get_cb()
655 guint g_bus_watch_name_on_connection (GDBusConnection *connection, in g_bus_watch_name_on_connection() argument
665 g_return_val_if_fail (G_IS_DBUS_CONNECTION (connection), 0); in g_bus_watch_name_on_connection()
688 client->connection = g_object_ref (connection); in g_bus_watch_name_on_connection()
729 watch_with_closures_on_name_appeared (GDBusConnection *connection, in watch_with_closures_on_name_appeared() argument
738 g_value_set_object (&params[0], connection); in watch_with_closures_on_name_appeared()
754 watch_with_closures_on_name_vanished (GDBusConnection *connection, in watch_with_closures_on_name_vanished() argument
762 g_value_set_object (&params[0], connection); in watch_with_closures_on_name_vanished()
840 GDBusConnection *connection, in g_bus_watch_name_on_connection_with_closures() argument
846 return g_bus_watch_name_on_connection (connection, in g_bus_watch_name_on_connection_with_closures()