diff options
author | Alexander Larsson <alexl@redhat.com> | 2003-02-01 14:09:28 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2003-02-01 14:09:28 +0000 |
commit | ffeb3f0ee1bd083c4470a34988bd92f438b81e1e (patch) | |
tree | 903e5d07326b1c2754e79aba581ce6fed0c85a49 /dbus | |
parent | f43cd524c74048c459a10230e512b0e3ac0addaa (diff) |
2003-02-01 Alexander Larsson <alexl@redhat.com>
* dbus/dbus-message.c (dbus_message_append_fields):
Add some more doc comments.
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/dbus-message.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dbus/dbus-message.c b/dbus/dbus-message.c index c4eca849..ec21ee4d 100644 --- a/dbus/dbus-message.c +++ b/dbus/dbus-message.c @@ -944,8 +944,10 @@ dbus_message_get_service (DBusMessage *message) /** * Appends fields to a message given a variable argument * list. The variable argument list should contain the type - * of the field followed by the value to add. - * The list is terminated with 0. + * of the argument followed by the value to add. Array values + * are specified by an int giving the length of the array + * followed by a pointer to the array. The list is terminated + * with 0. * * @param message the message * @param first_field_type type of the first field |