Home
last modified time | relevance | path

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

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dprotocol.c141 GHashTable *protocol_properties; member
349 g_assert (self->priv->protocol_properties == NULL); in tp_protocol_set_property()
434 if (self->priv->protocol_properties != NULL) in tp_protocol_finalize()
435 g_hash_table_unref (self->priv->protocol_properties); in tp_protocol_finalize()
526 if (self->priv->protocol_properties == NULL) in tp_protocol_constructed()
559 s = tp_asv_get_string (self->priv->protocol_properties, in tp_protocol_constructed()
567 s = tp_asv_get_string (self->priv->protocol_properties, in tp_protocol_constructed()
592 self->priv->protocol_properties, in tp_protocol_constructed()
632 self->priv->protocol_properties, in tp_protocol_constructed()
635 self->priv->protocol_properties, in tp_protocol_constructed()
[all …]
H A Dconnection-manager.c746 GHashTable *protocol_properties = v; in tp_connection_manager_get_all_cb() local
752 protocol_properties, NULL); in tp_connection_manager_get_all_cb()