gdbusproxy: Add G_DBUS_DEBUG=proxy support

(Turned into a merge request by Philip Withnall; unmodified from
original patch on https://bugzilla.gnome.org/show_bug.cgi?id=654905.)

https://gitlab.gnome.org/GNOME/glib/issues/424
This commit is contained in:
Richard Hughes
2019-01-25 14:30:32 +00:00
committed by Philip Withnall
parent aa3f7eaac7
commit cd7bba985e
3 changed files with 25 additions and 9 deletions

View File

@@ -91,6 +91,7 @@ gboolean _g_dbus_debug_incoming (void);
gboolean _g_dbus_debug_return (void);
gboolean _g_dbus_debug_emission (void);
gboolean _g_dbus_debug_address (void);
gboolean _g_dbus_debug_proxy (void);
void _g_dbus_debug_print_lock (void);
void _g_dbus_debug_print_unlock (void);