From bd8d837f573a784a234740bd49f9103cdf70c268 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 1 Jul 2010 14:37:16 -0400 Subject: =?UTF-8?q?Bug=20620913=20=E2=80=93=20More=20control=20with=20G=5F?= =?UTF-8?q?DBUS=5FDEBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gio/gdbusprivate.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gio/gdbusprivate.h') 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, -- cgit v1.2.1