GDBusMessage: Fix bug when deserializing a message
[platform/upstream/glib.git] / gio / gdbusprivate.h
index 37cc03d..337c278 100644 (file)
@@ -73,11 +73,16 @@ gboolean _g_dbus_address_parse_entry (const gchar  *address_entry,
                                       GHashTable  **out_key_value_pairs,
                                       GError      **error);
 
-gchar * _g_dbus_compute_complete_signature (GDBusArgInfo **args,
-                                            gboolean       include_parentheses);
+GVariantType * _g_dbus_compute_complete_signature (GDBusArgInfo **args);
+
+gchar *_g_dbus_hexdump (const gchar *data, gsize len, guint indent);
 
 /* ---------------------------------------------------------------------------------------------------- */
 
+#ifdef G_OS_WIN32
+gchar *_g_dbus_win32_get_user_sid (void);
+#endif
+
 G_END_DECLS
 
 #endif /* __G_DBUS_PRIVATE_H__ */