mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-01 18:40:12 +01:00
fixed doc error
This commit is contained in:
parent
31210d41d1
commit
b7d029e5d7
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
* .cvsignore: ignore more stamp files
|
||||
|
||||
* dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
|
||||
|
||||
2002-12-15 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* dbus/dbus-threads.c: add thread stubs that a higher library
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ struct DBusWatchList
|
|||
};
|
||||
|
||||
/**
|
||||
* Creates a new watch list. Returns @NULL if insufficient
|
||||
* Creates a new watch list. Returns #NULL if insufficient
|
||||
* memory exists.
|
||||
*
|
||||
* @returns the new watch list, or #NULL on failure.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue