summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gobject.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-02-19 16:17:29 +0000
committerHavoc Pennington <hp@redhat.com>2005-02-19 16:17:29 +0000
commitf9bbe3c0f00c66ded939f54fec7c099c19a88f72 (patch)
treeb4478924fdc64fd3b7d90bf860939c60e30be4c8 /glib/dbus-gobject.c
parent74ae666f06076e8ebd9bc8267e3b824ef042b0ab (diff)
2005-02-19 Havoc Pennington <hp@redhat.com>
* glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs * glib/dbus-glib.c: fix doxygen warnings * glib/dbus-gparser.c (parse_annotation): error if an annotation is found on an <arg>
Diffstat (limited to 'glib/dbus-gobject.c')
-rw-r--r--glib/dbus-gobject.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/glib/dbus-gobject.c b/glib/dbus-gobject.c
index cf10e8d1..af87ffeb 100644
--- a/glib/dbus-gobject.c
+++ b/glib/dbus-gobject.c
@@ -199,8 +199,14 @@ method_output_signature_from_object_info (const DBusGObjectInfo *object,
return method_dir_signature_from_object_info (object, method, FALSE);
}
+/**
+ * Converts the args of a message into an array of GValue.
+ *
+ * @param message the message
+ * @returns #NULL if conversion fails, otherwise the values.
+ */
GValueArray *
-_dbus_glib_marshal_dbus_message_to_gvalue_array (DBusMessage *message)
+_dbus_glib_marshal_dbus_message_to_gvalue_array (DBusMessage *message)
{
GValueArray *ret;
DBusMessageIter iter;