mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 18:40:18 +01:00
Fix typo in docs.
This commit is contained in:
parent
510a307da0
commit
16e9289ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -1726,7 +1726,7 @@ _dbus_message_iter_init_common (DBusMessage *message,
|
|||
*
|
||||
* The easiest way to iterate is like this:
|
||||
* @code
|
||||
* dbus_message_iter_init (&iter);
|
||||
* dbus_message_iter_init (message, &iter);
|
||||
* while ((current_type = dbus_message_iter_get_arg_type (&iter)) != DBUS_TYPE_INVALID)
|
||||
* dbus_message_iter_next (&iter);
|
||||
* @endcode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue