gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypes
[platform/upstream/glib.git] / gio / gdbusprivate.h
index 659e9d4..651d4d6 100644 (file)
@@ -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,20 @@ 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_skeleton_has_authorize_method_handlers (GDBusObjectSkeleton *object);
+
+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__ */