mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 07:38:20 +02:00
2003-02-03 Alexander Larsson <alexl@redhat.com>
* dbus/dbus-message.c (dbus_message_append_fields): Correct docs.
This commit is contained in:
parent
c90bd5a7d2
commit
69824400ca
2 changed files with 7 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue