Home
last modified time | relevance | path

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

/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dcaps-channel-manager.c81 const gchar * const *cap_tokens, in gabble_caps_channel_manager_represent_client() argument
91 method (caps_manager, client_name, filters, cap_tokens, cap_set, data_forms); in gabble_caps_channel_manager_represent_client()
H A Dmedia-factory.c1209 const gchar * const *cap_tokens, in gabble_media_factory_represent_client() argument
1240 if (cap_tokens != NULL) in gabble_media_factory_represent_client()
1244 for (token = cap_tokens; *token != NULL; token++) in gabble_media_factory_represent_client()
H A Dconnection.c3512 const gchar * const * cap_tokens = g_value_get_boxed (va->values + 2); in gabble_connection_update_capabilities() local
3521 if ((cap_tokens == NULL || cap_tokens[0] == NULL) && in gabble_connection_update_capabilities()
3546 cap_tokens, cap_set, forms); in gabble_connection_update_capabilities()
H A Dft-manager.c1031 const gchar * const *cap_tokens G_GNUC_UNUSED, in gabble_ft_manager_represent_client()
H A Dprivate-tubes-factory.c633 const gchar * const *cap_tokens, in gabble_private_tubes_factory_represent_client() argument
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/gabble/
H A Dcaps-channel-manager.h71 const gchar * const *cap_tokens,
85 const gchar * const *cap_tokens,
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/src/
H A Dcaps-channel-manager.c116 const gchar * const *cap_tokens, in gabble_caps_channel_manager_represent_client() argument
126 method (caps_manager, client_name, filters, cap_tokens, cap_set, data_forms); in gabble_caps_channel_manager_represent_client()
H A Dft-manager.c682 const gchar * const *cap_tokens G_GNUC_UNUSED, in salut_ft_manager_represent_client()
H A Dtubes-manager.c1257 const gchar * const *cap_tokens G_GNUC_UNUSED, in salut_tubes_manager_represent_client()
H A Dconnection.c2211 const gchar * const * cap_tokens = g_value_get_boxed (va->values + 2); in salut_connection_update_capabilities() local
2226 cap_tokens, after, after_forms); in salut_connection_update_capabilities()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/salut/
H A Dcaps-channel-manager.h73 const gchar * const *cap_tokens,
90 const gchar * const *cap_tokens,
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-client.c336 gchar **iface_names, **groups, **cap_tokens; in parse_client_file() local
415 cap_tokens = g_key_file_get_keys (file, in parse_client_file()
420 g_strfreev (cap_tokens); in parse_client_file()
519 GStrv cap_tokens) in _mcd_client_proxy_set_cap_tokens() argument
1413 GStrv cap_tokens; in _mcd_client_proxy_dup_handler_capabilities() local
1434 cap_tokens = self->priv->capability_tokens; in _mcd_client_proxy_dup_handler_capabilities()
1436 if (cap_tokens == NULL) in _mcd_client_proxy_dup_handler_capabilities()
1437 cap_tokens = empty_strv; in _mcd_client_proxy_dup_handler_capabilities()
1448 for (i = 0; cap_tokens[i] != NULL; i++) in _mcd_client_proxy_dup_handler_capabilities()
1450 DEBUG (" %s", cap_tokens[i]); in _mcd_client_proxy_dup_handler_capabilities()
[all …]
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/capabilities/
H A Dcontact-caps.py63 cap_tokens=[cs.CHANNEL_IFACE_MEDIA_SIGNALLING + '/ice-udp',
128 cap_tokens=[],
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/
H A Dmctest.py838 cap_tokens=[], bypass_approval=False, wants_recovery=False, argument
855 self.cap_tokens = dbus.Array(cap_tokens, signature='s')
968 'Capabilities': self.cap_tokens,
973 self.q.dbus_return(e.message, self.cap_tokens, signature='v',
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/plugins/
H A Dtest.c630 const gchar * const *cap_tokens, in test_channel_manager_represent_client() argument