Home
last modified time | relevance | path

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

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-manager.c265 GHashTable *found_protocols; member
624 g_hash_table_insert (self->priv->found_protocols, in tp_connection_manager_got_parameters()
647 if (self->priv->found_protocols != NULL) in tp_connection_manager_reset_introspection()
649 g_hash_table_unref (self->priv->found_protocols); in tp_connection_manager_reset_introspection()
650 self->priv->found_protocols = NULL; in tp_connection_manager_reset_introspection()
812 if (self->priv->found_protocols == NULL) in tp_connection_manager_continue_introspection()
835 self->priv->found_protocols = tmp; in tp_connection_manager_continue_introspection()
900 g_assert (self->priv->found_protocols == NULL); in tp_connection_manager_got_protocols()
925 self->priv->found_protocols != NULL); in introspection_in_progress()
1295 if (self->priv->found_protocols != NULL) in tp_connection_manager_dispose()
[all …]