Home
last modified time | relevance | path

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

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dgroup-mixin.c315 TpHandleRepoIface *handle_repo, in tp_group_mixin_init() argument
328 mixin->handle_repo = handle_repo; in tp_group_mixin_init()
335 mixin->members = tp_handle_set_new (handle_repo); in tp_group_mixin_init()
336 mixin->local_pending = tp_handle_set_new (handle_repo); in tp_group_mixin_init()
337 mixin->remote_pending = tp_handle_set_new (handle_repo); in tp_group_mixin_init()
343 mixin->priv->actors = tp_handle_set_new (handle_repo); in tp_group_mixin_init()
438 const gchar *new_self_id = tp_handle_inspect (mixin->handle_repo, in tp_group_mixin_change_self_handle()
1323 local_pending_info_new (data->mixin->handle_repo, in local_pending_added_foreach()
1400 add_members_in_array (contact_ids, mixin->handle_repo, add); in maybe_add_contact_ids()
1450 add_str = member_array_to_string (mixin->handle_repo, add); in emit_members_changed_signals()
[all …]
H A Dbase-connection-internal.h31 TpHandleRepoIface *handle_repo);
H A Dgroup-mixin.h118 TpHandleRepoIface *handle_repo; member
177 TpHandleRepoIface *handle_repo, TpHandle self_handle);
H A Dbase-connection.c1277 TpHandleRepoIface *handle_repo) in _tp_base_connection_set_handle_repo() argument
1284 g_return_if_fail (TP_IS_HANDLE_REPO_IFACE (handle_repo)); in _tp_base_connection_set_handle_repo()
1286 self->priv->handles[handle_type] = g_object_ref (handle_repo); in _tp_base_connection_set_handle_repo()
2471 TpHandleRepoIface *handle_repo = NULL; in tp_base_connection_request_channel() local
2492 handle_repo = tp_base_connection_get_handles (self, in tp_base_connection_request_channel()
2495 if (handle_repo == NULL) in tp_base_connection_request_channel()
2504 if (!tp_handle_is_valid (handle_repo, handle, &error)) in tp_base_connection_request_channel()
2527 g_assert (handle_repo != NULL); in tp_base_connection_request_channel()
2530 tp_handle_inspect (handle_repo, handle)); in tp_base_connection_request_channel()
2764 if (handle_repo == NULL) in tp_base_connection_dbus_request_handles()
[all …]
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/src/
H A Dim-manager.c102 TpHandleRepoIface *handle_repo = tp_base_connection_get_handles (base_conn, in message_stanza_callback() local
108 handle = tp_handle_lookup (handle_repo, contact->name, NULL, NULL); in message_stanza_callback()
529 TpHandleRepoIface *handle_repo = in salut_im_manager_new_channel() local
540 name = tp_handle_inspect (handle_repo, handle); in salut_im_manager_new_channel()
H A Dcontact-manager.c400 TpHandleRepoIface *handle_repo; in salut_contact_manager_get_contact() local
408 handle_repo = tp_base_connection_get_handles ( in salut_contact_manager_get_contact()
410 name = tp_handle_inspect (handle_repo, handle); in salut_contact_manager_get_contact()
H A Dconnection.c1657 TpHandleRepoIface *handle_repo; in salut_connection_get_avatar_tokens() local
1661 handle_repo = tp_base_connection_get_handles (base, in salut_connection_get_avatar_tokens()
1713 TpHandleRepoIface *handle_repo; in salut_connection_get_known_avatar_tokens() local
1717 handle_repo = tp_base_connection_get_handles (base, in salut_connection_get_known_avatar_tokens()
1841 TpHandleRepoIface *handle_repo; in salut_connection_request_avatars() local
1845 handle_repo = tp_base_connection_get_handles (base, in salut_connection_request_avatars()
1926 TpHandleRepoIface *handle_repo; in salut_connection_request_avatar() local
1930 handle_repo = tp_base_connection_get_handles (base, in salut_connection_request_avatar()
1933 if (!tp_handle_is_valid (handle_repo, handle, &err)) in salut_connection_request_avatar()
2425 check_handle (TpHandleRepoIface *handle_repo, in check_handle() argument
[all …]
H A Dft-manager.c106 TpHandleRepoIface *handle_repo = tp_base_connection_get_handles (base_conn, in message_stanza_callback() local
116 handle = tp_handle_lookup (handle_repo, contact->name, NULL, NULL); in message_stanza_callback()
H A Dtubes-channel.c199 TpHandleRepoIface *handle_repo; in salut_tubes_channel_constructor() local
208 handle_repo = tp_base_connection_get_handles ( in salut_tubes_channel_constructor()
211 tp_handle_ref (handle_repo, priv->handle); in salut_tubes_channel_constructor()
2323 TpHandleRepoIface *handle_repo = tp_base_connection_get_handles ( in salut_tubes_channel_dispose() local
2346 tp_handle_unref (handle_repo, priv->handle); in salut_tubes_channel_dispose()
H A Dself.c1017 TpHandleRepoIface *handle_repo = tp_base_connection_get_handles ( in contact_manager_contact_change_cb() local
1025 handle = tp_handle_lookup (handle_repo, contact->name, NULL, NULL); in contact_manager_contact_change_cb()
/dports/net-im/telepathy-idle/telepathy-idle-0.2.0/src/
H A Didle-im-manager.c421 TpHandleRepoIface *handle_repo = in _im_manager_new_channel() local
430 name = tp_handle_inspect (handle_repo, handle); in _im_manager_new_channel()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/lib/glib/contactlist/
H A Dcontact-list.c236 TpHandleRepoIface *handle_repo = tp_base_connection_get_handles ( in get_property() local
240 tp_handle_inspect (handle_repo, self->priv->handle)); in get_property()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dconn-olpc.c146 TpHandleRepoIface *handle_repo) in inspect_handle() argument
150 if (!tp_handle_is_valid (handle_repo, handle, &error)) in inspect_handle()
157 return tp_handle_inspect (handle_repo, handle); in inspect_handle()
H A Dconn-presence.c186 TpHandleRepoIface *handle_repo = tp_base_connection_get_handles (base, in construct_contact_statuses_cb() local
189 if (!tp_handles_are_valid (handle_repo, contact_handles, FALSE, error)) in construct_contact_statuses_cb()
H A Dmuc-channel.c3430 jid = tp_handle_inspect (TP_GROUP_MIXIN (self)->handle_repo, handle); in gabble_muc_channel_add_member()
3479 jid = tp_handle_inspect (TP_GROUP_MIXIN (obj)->handle_repo, handle); in gabble_muc_channel_remove_member()