summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gvalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gvalue.h')
-rw-r--r--glib/dbus-gvalue.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/glib/dbus-gvalue.h b/glib/dbus-gvalue.h
index fafda585..dc1cf323 100644
--- a/glib/dbus-gvalue.h
+++ b/glib/dbus-gvalue.h
@@ -20,11 +20,13 @@ typedef union
char * chararray_val;
} DBusBasicGValue;
-const char * dbus_gvalue_genmarshal_name_from_type (int type);
+const char * dbus_gvalue_genmarshal_name_from_type (const char *type);
-const char * dbus_gvalue_ctype_from_type (int type, gboolean in);
+const char * dbus_gvalue_ctype_from_type (const char *type, gboolean in);
-const char * dbus_gvalue_binding_type_from_type (int type);
+const char * dbus_gvalue_binding_type_from_type (const char *type);
+
+const char * dbus_gtype_to_dbus_type (GType type);
gboolean dbus_gvalue_init (int type,
GValue *value);