From 4b13bb6d7f9a8e240cc41466dc70d9beb912a35e Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Wed, 26 Mar 2003 19:21:42 +0000 Subject: 2003-03-26 Anders Carlsson * Doxyfile.in: * dbus/dbus-address.c: * dbus/dbus-dict.c: * dbus/dbus-marshal.c: * dbus/dbus-server-debug-pipe.c: * dbus/dbus-transport-unix.c: Fix documentation warnings. --- dbus/dbus-marshal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus-marshal.c') diff --git a/dbus/dbus-marshal.c b/dbus/dbus-marshal.c index 8920dfd0..51c4ce10 100644 --- a/dbus/dbus-marshal.c +++ b/dbus/dbus-marshal.c @@ -829,6 +829,7 @@ _dbus_demarshal_string (const DBusString *str, * @param str the string containing the data * @param byte_order the byte order * @param pos the position in the string + * @param new_pos the new position of the string * @param array the array * @param array_len length of the demarshaled data -- cgit