Home
last modified time | relevance | path

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

/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/util/
H A Dwait-for-name.c83 noc_cb (TpDBusDaemon *bus_daemon, in noc_cb() argument
102 start_service_cb (TpDBusDaemon *bus_daemon, in start_service_cb() argument
147 TpDBusDaemon *bus_daemon; in main() local
183 bus_daemon = tp_dbus_daemon_dup (&error); in main()
185 if (bus_daemon == NULL) in main()
196 tp_cli_dbus_daemon_call_start_service_by_name (bus_daemon, -1, in main()
201 tp_dbus_daemon_watch_name_owner (bus_daemon, argv[1], in main()
222 g_object_unref (bus_daemon); in main()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/examples/client/
H A Dlist-managers.c60 TpDBusDaemon *bus_daemon; in main() local
65 bus_daemon = tp_dbus_daemon_dup (&error); in main()
67 if (bus_daemon == NULL) in main()
75 tp_list_connection_managers_async (bus_daemon, in main()
84 if (bus_daemon != NULL) in main()
85 g_object_unref (bus_daemon); in main()
H A Dlist-connections.c62 TpDBusDaemon *bus_daemon; in main() local
67 bus_daemon = tp_dbus_daemon_dup (&error); in main()
69 if (bus_daemon == NULL) in main()
77 tp_list_connection_names (bus_daemon, got_connections, &data, NULL, NULL); in main()
85 if (bus_daemon != NULL) in main()
86 g_object_unref (bus_daemon); in main()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/dbus/
H A Dget-interface-after-invalidate.c13 TpDBusDaemon *bus_daemon; in test_get_interface_after_invalidate() local
18 bus_daemon = tp_tests_dbus_daemon_dup_or_die (); in test_get_interface_after_invalidate()
19 tp_proxy_invalidate ((TpProxy *) bus_daemon, &invalidation_reason); in test_get_interface_after_invalidate()
21 props = tp_proxy_borrow_interface_by_id ((TpProxy *) bus_daemon, in test_get_interface_after_invalidate()
32 g_object_unref (bus_daemon); in test_get_interface_after_invalidate()
H A Dhandle-repo.c18 TpDBusDaemon *bus_daemon = tp_tests_dbus_daemon_dup_or_die (); in test_handles() local
67 tp_dbus_daemon_get_unique_name (bus_daemon), handle, NULL) == TRUE); in test_handles()
80 tp_dbus_daemon_get_unique_name (bus_daemon), handle, NULL) == TRUE); in test_handles()
95 tp_tests_proxy_run_until_dbus_queue_processed (bus_daemon); in test_handles()
98 g_object_unref (bus_daemon); in test_handles()
H A Ddbus.c280 TpDBusDaemon *bus_daemon, in bbf3_performed_cb() argument
291 tp_dbus_daemon_cancel_name_owner_watch (bus_daemon, name, bbf3_performed_cb, in bbf3_performed_cb()
293 tp_dbus_daemon_cancel_name_owner_watch (bus_daemon, name, bbf3_performed_cb, in bbf3_performed_cb()
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/
H A Dmc-debug-server.c40 TpDBusDaemon *bus_daemon = NULL; variable
72 tp_proxy_get_dbus_connection (bus_daemon)); in billy_idle()
188 bus_daemon = tp_dbus_daemon_dup (&error); in main()
190 if (bus_daemon == NULL) in main()
202 tp_proxy_get_dbus_connection (bus_daemon)); in main()
241 tp_clear_object (&bus_daemon); in main()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Drun.c216 TpDBusDaemon *bus_daemon = NULL; in tp_run_connection_manager() local
245 bus_daemon = tp_dbus_daemon_dup (&error); in tp_run_connection_manager()
247 if (bus_daemon == NULL) in tp_run_connection_manager()
268 ((TpProxy *) bus_daemon)->dbus_connection); in tp_run_connection_manager()
295 if (bus_daemon != NULL) in tp_run_connection_manager()
296 g_object_unref (bus_daemon); in tp_run_connection_manager()
H A Dchannel-dispatcher.c157 tp_channel_dispatcher_new (TpDBusDaemon *bus_daemon) in tp_channel_dispatcher_new() argument
161 g_return_val_if_fail (bus_daemon != NULL, NULL); in tp_channel_dispatcher_new()
164 "dbus-daemon", bus_daemon, in tp_channel_dispatcher_new()
165 "dbus-connection", ((TpProxy *) bus_daemon)->dbus_connection, in tp_channel_dispatcher_new()
H A Dsimple-client-factory-internal.h46 TpDBusDaemon *bus_daemon,
64 TpDBusDaemon *bus_daemon,
73 TpDBusDaemon *bus_daemon,
H A Dchannel-request.c624 tp_channel_request_new (TpDBusDaemon *bus_daemon, in tp_channel_request_new() argument
629 return _tp_channel_request_new_with_factory (NULL, bus_daemon, object_path, in tp_channel_request_new()
635 TpDBusDaemon *bus_daemon, in _tp_channel_request_new_with_factory() argument
643 g_return_val_if_fail (bus_daemon != NULL, NULL); in _tp_channel_request_new_with_factory()
650 if (!_tp_dbus_daemon_get_name_owner (bus_daemon, -1, in _tp_channel_request_new_with_factory()
655 "dbus-daemon", bus_daemon, in _tp_channel_request_new_with_factory()
656 "dbus-connection", ((TpProxy *) bus_daemon)->dbus_connection, in _tp_channel_request_new_with_factory()
H A Ddbus-daemon.h62 typedef void (*TpDBusDaemonNameOwnerChangedCb) (TpDBusDaemon *bus_daemon,
80 typedef void (*TpDBusDaemonListNamesCb) (TpDBusDaemon *bus_daemon,
H A Daccount-manager.c739 TpDBusDaemon *bus_daemon) in _tp_account_manager_new_internal() argument
742 "dbus-daemon", bus_daemon, in _tp_account_manager_new_internal()
743 "dbus-connection", ((TpProxy *) bus_daemon)->dbus_connection, in _tp_account_manager_new_internal()
766 tp_account_manager_new (TpDBusDaemon *bus_daemon) in tp_account_manager_new() argument
768 g_return_val_if_fail (TP_IS_DBUS_DAEMON (bus_daemon), NULL); in tp_account_manager_new()
770 return _tp_account_manager_new_internal (NULL, bus_daemon); in tp_account_manager_new()
H A Dchannel-dispatch-operation.c896 tp_channel_dispatch_operation_new (TpDBusDaemon *bus_daemon, in tp_channel_dispatch_operation_new() argument
901 return _tp_channel_dispatch_operation_new_with_factory (NULL, bus_daemon, in tp_channel_dispatch_operation_new()
907 TpDBusDaemon *bus_daemon, in _tp_channel_dispatch_operation_new_with_factory() argument
915 g_return_val_if_fail (bus_daemon != NULL, NULL); in _tp_channel_dispatch_operation_new_with_factory()
922 if (!_tp_dbus_daemon_get_name_owner (bus_daemon, -1, in _tp_channel_dispatch_operation_new_with_factory()
928 "dbus-daemon", bus_daemon, in _tp_channel_dispatch_operation_new_with_factory()
H A Dchannel-dispatcher.h73 TpChannelDispatcher *tp_channel_dispatcher_new (TpDBusDaemon *bus_daemon)
H A Dchannel-request.h75 TpChannelRequest *tp_channel_request_new (TpDBusDaemon *bus_daemon,
H A Daccount-manager.h77 TpAccountManager *tp_account_manager_new (TpDBusDaemon *bus_daemon)
H A Dchannel-dispatch-operation.h81 TpDBusDaemon *bus_daemon, const gchar *object_path,
H A Dconnection-manager.h121 void tp_list_connection_managers (TpDBusDaemon *bus_daemon,
H A Dconnection-manager.c1854 tp_list_connection_managers_got_names (TpDBusDaemon *bus_daemon, in tp_list_connection_managers_got_names() argument
1898 cm = tp_connection_manager_new (bus_daemon, name, NULL, NULL); in tp_list_connection_managers_got_names()
1941 tp_dbus_daemon_list_names (bus_daemon, 2000, in tp_list_connection_managers_got_names()
1972 tp_list_connection_managers (TpDBusDaemon *bus_daemon, in tp_list_connection_managers() argument
2000 tp_dbus_daemon_list_activatable_names (bus_daemon, 2000, in tp_list_connection_managers()
H A Daccount.c2233 tp_account_new (TpDBusDaemon *bus_daemon, in tp_account_new() argument
2237 return _tp_account_new_with_factory (NULL, bus_daemon, object_path, error); in tp_account_new()
2242 TpDBusDaemon *bus_daemon, in _tp_account_new_with_factory() argument
2248 g_return_val_if_fail (TP_IS_DBUS_DAEMON (bus_daemon), NULL); in _tp_account_new_with_factory()
2258 "dbus-daemon", bus_daemon, in _tp_account_new_with_factory()
2259 "dbus-connection", ((TpProxy *) bus_daemon)->dbus_connection, in _tp_account_new_with_factory()
H A Daccount.h90 TpAccount *tp_account_new (TpDBusDaemon *bus_daemon, const gchar *object_path,
H A Dconnection.h212 void tp_list_connection_names (TpDBusDaemon *bus_daemon,
H A Dconnection.c2868 tp_list_connection_names_helper (TpDBusDaemon *bus_daemon, in tp_list_connection_names_helper() argument
2958 tp_list_connection_names (TpDBusDaemon *bus_daemon, in tp_list_connection_names() argument
2966 g_return_if_fail (TP_IS_DBUS_DAEMON (bus_daemon)); in tp_list_connection_names()
2972 tp_dbus_daemon_list_names (bus_daemon, 2000, in tp_list_connection_names()
/dports/net-im/telepathy-logger/telepathy-logger-0.8.2/telepathy-logger/
H A Dlog-store-xml.c447 TpDBusDaemon *bus_daemon; in add_text_event() local
464 bus_daemon = tp_dbus_daemon_dup (error); in add_text_event()
465 if (bus_daemon == NULL) in add_text_event()
555 if (bus_daemon != NULL) in add_text_event()
556 g_object_unref (bus_daemon); in add_text_event()
568 TpDBusDaemon *bus_daemon; in add_call_event() local
587 bus_daemon = tp_dbus_daemon_dup (error); in add_call_event()
588 if (bus_daemon == NULL) in add_call_event()
660 if (bus_daemon != NULL) in add_call_event()
661 g_object_unref (bus_daemon); in add_call_event()