summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-string.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-05 19:09:49 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-05 19:09:49 +0000
commit35ab7c6fab22dca58fc4b5c22b9e8587a6fd1492 (patch)
tree664c1c0420f6897d6e11665b06f9ac8aa4971702 /dbus/dbus-string.c
parent2250539aeee0569f8861841d1f5ff16f1539715e (diff)
2003-04-05 Havoc Pennington <hp@pobox.com>
* dbus/dbus-string.c: docs warning * dbus/dbus-spawn.c: missing docs * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
Diffstat (limited to 'dbus/dbus-string.c')
-rw-r--r--dbus/dbus-string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-string.c b/dbus/dbus-string.c
index 0bd754b3..b55cc892 100644
--- a/dbus/dbus-string.c
+++ b/dbus/dbus-string.c
@@ -1462,6 +1462,7 @@ _dbus_string_find_to (const DBusString *str,
* Sets *found to -1 if the byte is not found.
*
* @param str the string
+ * @param start the place to start scanning (will not find the byte at this point)
* @param byte the byte to find
* @param found return location for where it was found
* @returns #TRUE if found