docs: Correct GUnixMount → GUnixMountEntry
[platform/upstream/glib.git] / gio / gdbusutils.h
index 4d8a7ab..a05a230 100644 (file)
  * Author: David Zeuthen <davidz@redhat.com>
  */
 
+#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
+#error "Only <gio/gio.h> can be included directly."
+#endif
+
 #ifndef __G_DBUS_UTILS_H__
 #define __G_DBUS_UTILS_H__
 
@@ -35,6 +39,11 @@ gboolean g_dbus_is_unique_name (const gchar *string);
 gboolean g_dbus_is_member_name (const gchar *string);
 gboolean g_dbus_is_interface_name (const gchar *string);
 
+void g_dbus_gvariant_to_gvalue (GVariant  *value,
+                                GValue    *out_gvalue);
+GVariant *g_dbus_gvalue_to_gvariant (const GValue         *gvalue,
+                                     const GVariantType   *type);
+
 G_END_DECLS
 
 #endif /* __G_DBUS_UTILS_H__ */