summaryrefslogtreecommitdiff
path: root/gio/gdbusprivate.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-07-01 14:37:16 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-07-01 14:37:16 -0400
commitbd8d837f573a784a234740bd49f9103cdf70c268 (patch)
treef882f24e601806bb064bb6cea1afc75359914339 /gio/gdbusprivate.h
parent51ed44e7add7ca1d3b764f13df2cf80ebe32c3f9 (diff)
downloadglib-bd8d837f573a784a234740bd49f9103cdf70c268.tar.gz
Bug 620913 – More control with G_DBUS_DEBUG
This commit adds the following G_DBUS_DEBUG flags - emission - incoming - call - signal - payload https://bugzilla.gnome.org/show_bug.cgi?id=620913 Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'gio/gdbusprivate.h')
-rw-r--r--gio/gdbusprivate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gio/gdbusprivate.h b/gio/gdbusprivate.h
index 766bb98a7..7207d2fcb 100644
--- a/gio/gdbusprivate.h
+++ b/gio/gdbusprivate.h
@@ -76,6 +76,13 @@ void _g_dbus_worker_unfreeze (GDBusWorker *worker);
void _g_dbus_initialize (void);
gboolean _g_dbus_debug_authentication (void);
gboolean _g_dbus_debug_message (void);
+gboolean _g_dbus_debug_payload (void);
+gboolean _g_dbus_debug_call (void);
+gboolean _g_dbus_debug_signal (void);
+gboolean _g_dbus_debug_incoming (void);
+gboolean _g_dbus_debug_emission (void);
+void _g_dbus_debug_print_lock (void);
+void _g_dbus_debug_print_unlock (void);
gboolean _g_dbus_address_parse_entry (const gchar *address_entry,
gchar **out_transport_name,