Searched refs:GDBusDaemon (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/gio/ |
D | gdbusdaemon.h | 4 #define G_DBUS_DAEMON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_DBUS_DAEMON, GDBusDaemon)) 10 typedef struct _GDBusDaemon GDBusDaemon; typedef 13 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDBusDaemon, g_object_unref) 17 GDBusDaemon *_g_dbus_daemon_new (const char *address, 21 const char *_g_dbus_daemon_get_address (GDBusDaemon *daemon);
|
D | gdbusdaemon.c | 76 G_DEFINE_TYPE_WITH_CODE (GDBusDaemon, g_dbus_daemon, _G_TYPE_FREEDESKTOP_DBUS_SKELETON, 81 GDBusDaemon *daemon; 96 GDBusDaemon *daemon; 156 name_new (GDBusDaemon *daemon, const char *str) in name_new() 191 name_ensure (GDBusDaemon *daemon, const char *str) in name_ensure() 203 name_lookup (GDBusDaemon *daemon, const char *str) in name_lookup() 519 match_matches (GDBusDaemon *daemon, in match_matches() 640 broadcast_message (GDBusDaemon *daemon, in broadcast_message() 681 send_name_owner_changed (GDBusDaemon *daemon, in send_name_owner_changed() 726 GDBusDaemon *daemon = name->daemon; in name_replace_owner() [all …]
|
D | gdbusprivate.c | 2270 idle_timeout_cb (GDBusDaemon *daemon, gpointer user_data) in idle_timeout_cb() 2298 GDBusDaemon *daemon; in g_win32_run_session_bus()
|
/third_party/glib/gio/tests/ |
D | gdbus-daemon.c | 9 GDBusDaemon *daemon; in main()
|