summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2003-02-02 22:45:56 +0000
committerAlexander Larsson <alexl@redhat.com>2003-02-02 22:45:56 +0000
commit69824400caa9ff2a1f24e06728f27e0f50f0033d (patch)
treec071fc2ee47da9f409a3b990d6cf49a42d2ade27
parentc90bd5a7d2440cfdd0b8d111413a879567420822 (diff)
2003-02-03 Alexander Larsson <alexl@redhat.com>
* dbus/dbus-message.c (dbus_message_append_fields): Correct docs.
-rw-r--r--ChangeLog5
-rw-r--r--dbus/dbus-message.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a2427b8..da8aa67c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-03 Alexander Larsson <alexl@redhat.com>
+
+ * dbus/dbus-message.c (dbus_message_append_fields):
+ Correct docs.
+
2003-02-02 Anders Carlsson <andersca@codefactory.se>
* doc/dbus-specification.sgml:
diff --git a/dbus/dbus-message.c b/dbus/dbus-message.c
index ec21ee4d..344aa478 100644
--- a/dbus/dbus-message.c
+++ b/dbus/dbus-message.c
@@ -945,8 +945,8 @@ 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 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
+ * are specified by a pointer to the array followed by an int
+ * giving the length of the array. The list is terminated
* with 0.
*
* @param message the message