summaryrefslogtreecommitdiff
path: root/gio/gdbusprivate.h
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-04-08 15:14:47 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-04-08 15:48:28 -0400
commit94b907134426e26393a86630dae5ce53baee6ae6 (patch)
treec768a5ec5e82c0d5a19c5e687e28d033472af8d2 /gio/gdbusprivate.h
parent0729260141bb585943ad1c6efa8ab7ee9058b0aa (diff)
downloadglib-94b907134426e26393a86630dae5ce53baee6ae6.tar.gz
Start merging gdbus-codegen code
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'gio/gdbusprivate.h')
-rw-r--r--gio/gdbusprivate.h20
1 files changed, 18 insertions, 2 deletions
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__ */