2003-02-01 Alexander Larsson <alexl@redhat.com>
authorAlexander Larsson <alexl@redhat.com>
Sat, 1 Feb 2003 14:09:28 +0000 (14:09 +0000)
committerAlexander Larsson <alexl@redhat.com>
Sat, 1 Feb 2003 14:09:28 +0000 (14:09 +0000)
* dbus/dbus-message.c (dbus_message_append_fields):
Add some more doc comments.

ChangeLog
dbus/dbus-message.c

index 0a7d92f..2085b66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-01  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-message.c (dbus_message_append_fields):
+       Add some more doc comments.
+
 2003-02-01  Havoc Pennington  <hp@pobox.com>
 
        * dbus/dbus-break-loader.c (randomly_modify_length): change 
index c4eca84..ec21ee4 100644 (file)
@@ -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