summaryrefslogtreecommitdiff
path: root/gio/gdbusutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdbusutils.h')
-rw-r--r--gio/gdbusutils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gio/gdbusutils.h b/gio/gdbusutils.h
index 5aecb5142..fd7358fcf 100644
--- a/gio/gdbusutils.h
+++ b/gio/gdbusutils.h
@@ -49,6 +49,12 @@ void g_dbus_gvariant_to_gvalue (GVariant *value,
GLIB_AVAILABLE_IN_ALL
GVariant *g_dbus_gvalue_to_gvariant (const GValue *gvalue,
const GVariantType *type);
+GLIB_AVAILABLE_IN_2_68
+gchar *g_dbus_escape_object_path_bytestring (const guint8 *bytes);
+GLIB_AVAILABLE_IN_2_68
+gchar *g_dbus_escape_object_path (const gchar *s);
+GLIB_AVAILABLE_IN_2_68
+guint8 *g_dbus_unescape_object_path (const gchar *s);
G_END_DECLS