Home
last modified time | relevance | path

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

/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-connection.c91 TpConnection *tp_conn; member
292 if (!priv->tp_conn) in _mcd_connection_set_presence()
436 TpConnection *tp_conn = connection->priv->tp_conn; in _mcd_connection_call_disconnect() local
438 if (!tp_conn || tp_proxy_get_invalidated (TP_PROXY (tp_conn)) != NULL) in _mcd_connection_call_disconnect()
572 if (priv->tp_conn != NULL) in mcd_connection_probation_ended_cb()
1306 if (self->priv->tp_conn != tp_conn) in mcd_connection_early_get_interfaces_cb()
1309 tp_conn, self->priv->tp_conn); in mcd_connection_early_get_interfaces_cb()
1587 if (priv->tp_conn) in _mcd_connection_release_tp_connection()
2182 if (priv->tp_conn) in mcd_connection_get_object_path()
2193 if (priv->tp_conn) in mcd_connection_get_name()
[all …]
H A Dmcd-connection-service-points.c80 TpConnection *tp_conn = mcd_connection_get_tp_connection (connection); in parse_services_list() local
90 tp_connection_dup_contact_by_id_async (tp_conn, in parse_services_list()
129 service_point_interface_check (TpConnection *tp_conn, in service_point_interface_check() argument
160 (tp_conn, service_points_changed_cb, NULL, NULL, connection, NULL); in service_point_interface_check()
163 tp_cli_dbus_properties_call_get (tp_conn, -1, in service_point_interface_check()
172 TpConnection *tp_conn = mcd_connection_get_tp_connection (connection); in mcd_connection_service_point_setup() local
174 if (G_UNLIKELY (!tp_conn)) in mcd_connection_service_point_setup()
178 tp_cli_connection_call_get_interfaces (tp_conn, -1, in mcd_connection_service_point_setup()
H A Dmcd-account-priv.h89 TpConnection *tp_conn);
98 TpConnectionStatusReason reason, TpConnection *tp_conn,
H A Dmcd-account.c4470 TpConnection *tp_conn, in on_conn_status_changed() argument
4475 _mcd_account_set_connection_status (account, status, reason, tp_conn, in on_conn_status_changed()
4517 TpConnection *tp_conn, in _mcd_account_set_connection_status() argument
4579 if (priv->tp_connection != tp_conn in _mcd_account_set_connection_status()
4580 || (tp_conn != NULL && status == TP_CONNECTION_STATUS_DISCONNECTED)) in _mcd_account_set_connection_status()
4585 if (tp_conn != NULL && status != TP_CONNECTION_STATUS_DISCONNECTED) in _mcd_account_set_connection_status()
4586 priv->tp_connection = g_object_ref (tp_conn); in _mcd_account_set_connection_status()
4649 TpConnection *tp_conn) in _mcd_account_tp_connection_changed() argument
4655 if (tp_conn == NULL) in _mcd_account_tp_connection_changed()
4661 g_value_set_boxed (&value, tp_proxy_get_object_path (tp_conn)); in _mcd_account_tp_connection_changed()
/dports/net/vinagre/vinagre-3.22.0/vinagre/
H A Dvinagre-tube-handler.c228 TpConnection *tp_conn; in vinagre_tube_handler_call_service_cb() local
288 tp_conn = tp_channel_borrow_connection ((TpChannel *) channel); in vinagre_tube_handler_call_service_cb()
289 if (!tp_strdiff (tp_connection_get_protocol_name (tp_conn), "jabber")) in vinagre_tube_handler_call_service_cb()
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/telepathy-logger/
H A Dtext-channel.c56 TpConnection *tp_conn = tp_channel_borrow_connection (chan); in G_DEFINE_TYPE() local
61 my_contact = tp_connection_get_self_contact (tp_conn); in G_DEFINE_TYPE()