mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 01:50:18 +01:00
Merge branch 'clarify-doc-win-code' into 'master'
Clarify NULL vs. INVALID_HANDLE_VALUE in _dbus_win_event_free() Closes #352 See merge request dbus/dbus!224
This commit is contained in:
commit
de3b653bd7
1 changed files with 1 additions and 1 deletions
|
|
@ -4158,7 +4158,7 @@ _dbus_win_event_wait (HANDLE handle, int timeout, DBusError *error)
|
|||
*
|
||||
* @param handle handle for the event to delete
|
||||
* @param error the error to set (optional)
|
||||
* @return TRUE the event has been deleted successfully or the handle specifies a #NULL or invalid handle
|
||||
* @return TRUE the event has been deleted successfully or the handle is one of the special sentinel values #NULL or #INVALID_HANDLE_VALUE
|
||||
* @return FALSE an error has occurred, the reason is returned in \p error if specified
|
||||
*/
|
||||
dbus_bool_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue