Home
last modified time | relevance | path

Searched refs:introspection_call (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection.c730 self->priv->introspection_call = NULL; in got_contact_attribute_interfaces()
910 self->priv->introspection_call = NULL; in got_self_handle()
1005 self->priv->introspection_call = NULL; in tp_connection_got_interfaces_cb()
1070 self->priv->introspection_call = in tp_connection_status_changed()
1274 self->priv->introspection_call = NULL; in tp_connection_got_status_cb()
1286 self->priv->introspection_call = in tp_connection_got_status_cb()
1383 if (self->priv->introspection_call) in _tp_connection_got_properties()
1384 self->priv->introspection_call = NULL; in _tp_connection_got_properties()
1429 self->priv->introspection_call = in _tp_connection_got_properties()
1435 self->priv->introspection_call = in _tp_connection_got_properties()
[all …]
H A Dconnection-manager.c274 TpProxyPendingCall *introspection_call; member
598 g_assert (self->priv->introspection_call != NULL); in tp_connection_manager_got_parameters()
599 self->priv->introspection_call = NULL; in tp_connection_manager_got_parameters()
641 if (self->priv->introspection_call != NULL) in tp_connection_manager_reset_introspection()
644 self->priv->introspection_call = NULL; in tp_connection_manager_reset_introspection()
716 g_assert (self->priv->introspection_call != NULL); in tp_connection_manager_get_all_cb()
717 self->priv->introspection_call = NULL; in tp_connection_manager_get_all_cb()
816 self->priv->introspection_call = in tp_connection_manager_continue_introspection()
856 self->priv->introspection_call = in tp_connection_manager_continue_introspection()
874 self->priv->introspection_call = NULL; in tp_connection_manager_got_protocols()
[all …]
H A Dconnection-internal.h107 TpProxyPendingCall *introspection_call; member