summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gvalue.h
diff options
context:
space:
mode:
authorRobert McQueen <robot101@debian.org>2005-11-27 16:55:09 +0000
committerRobert McQueen <robot101@debian.org>2005-11-27 16:55:09 +0000
commit75d6182c05309031371ddf9e9103f5921afa0031 (patch)
tree51e3527328e202e006fccaca26ed757d89bfa34a /glib/dbus-gvalue.h
parentc77c7e343b73bb9c14319679063a55e5cf1ee1d6 (diff)
2005-11-27 Carlos Garcia Campos <carlosgc@gnome.org>
* glib/dbus-gobject.c: Append a GValue instead of a basic type in method return message for property getters
Diffstat (limited to 'glib/dbus-gvalue.h')
-rw-r--r--glib/dbus-gvalue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/dbus-gvalue.h b/glib/dbus-gvalue.h
index 3b41747e..1bfd719d 100644
--- a/glib/dbus-gvalue.h
+++ b/glib/dbus-gvalue.h
@@ -17,6 +17,7 @@ typedef struct {
void _dbus_g_value_types_init (void);
char * _dbus_gtype_to_signature (GType type);
+char * _dbus_gvalue_to_signature (const GValue *val);
gboolean _dbus_gvalue_demarshal (DBusGValueMarshalCtx *context,
DBusMessageIter *iter,