From 94b907134426e26393a86630dae5ce53baee6ae6 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 8 Apr 2011 15:14:47 -0400 Subject: Start merging gdbus-codegen code Signed-off-by: David Zeuthen --- gio/gdbusprivate.h | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'gio/gdbusprivate.h') diff --git a/gio/gdbusprivate.h b/gio/gdbusprivate.h index 659e9d48b..a39c19274 100644 --- a/gio/gdbusprivate.h +++ b/gio/gdbusprivate.h @@ -112,8 +112,6 @@ gchar *_g_dbus_get_machine_id (GError **error); gchar *_g_dbus_enum_to_string (GType enum_type, gint value); -G_END_DECLS - /* ---------------------------------------------------------------------------------------------------- */ GDBusMethodInvocation *_g_dbus_method_invocation_new (const gchar *sender, @@ -126,4 +124,22 @@ GDBusMethodInvocation *_g_dbus_method_invocation_new (const gchar *sen GVariant *parameters, gpointer user_data); +/* ---------------------------------------------------------------------------------------------------- */ + +gboolean _g_signal_accumulator_false_handled (GSignalInvocationHint *ihint, + GValue *return_accu, + const GValue *handler_return, + gpointer dummy); + +gboolean _g_dbus_object_stub_has_authorize_method_handlers (GDBusObjectStub *stub); + +GDBusObjectProxy *_g_dbus_object_proxy_new (GDBusConnection *connection, + const gchar *object_path); +void _g_dbus_object_proxy_add_interface (GDBusObjectProxy *proxy, + GDBusProxy *interface_proxy); +void _g_dbus_object_proxy_remove_interface (GDBusObjectProxy *proxy, + const gchar *interface_name); + +G_END_DECLS + #endif /* __G_DBUS_PRIVATE_H__ */ -- cgit v1.2.1