summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-string.c
diff options
context:
space:
mode:
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