Home
last modified time | relevance | path

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

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dconnection-manager.c243 GHashTable *protocol_objects; member
684 g_assert (self->priv->protocol_objects != NULL); in tp_connection_manager_update_protocol_structs()
690 g_hash_table_size (self->priv->protocol_objects) + 1); in tp_connection_manager_update_protocol_structs()
833 tmp = self->priv->protocol_objects; in tp_connection_manager_continue_introspection()
1120 if (self->priv->protocol_objects == NULL) in tp_connection_manager_idle_read_manager_file()
1149 self->priv->protocol_objects = protocols; in tp_connection_manager_idle_read_manager_file()
1289 if (self->priv->protocol_objects != NULL) in tp_connection_manager_dispose()
1291 g_hash_table_unref (self->priv->protocol_objects); in tp_connection_manager_dispose()
1292 self->priv->protocol_objects = NULL; in tp_connection_manager_dispose()
2405 if (self->priv->protocol_objects == NULL) in tp_connection_manager_get_protocol_object()
[all …]