mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-04 15:20:28 +01:00
libei: fix the docs for the various _unref functions
Copy/paste from ei_unref but none of the others will disconnect the context. Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/349>
This commit is contained in:
parent
12237f19ea
commit
55335b9030
1 changed files with 4 additions and 8 deletions
12
src/libei.h
12
src/libei.h
|
|
@ -901,8 +901,7 @@ ei_ping_ref(struct ei_ping *ei_ping);
|
|||
|
||||
/**
|
||||
* Decrease the refcount of this struct by one. When the refcount reaches
|
||||
* zero, the context disconnects from the server and all allocated resources
|
||||
* are released.
|
||||
* zero, all allocated resources for this struct are released.
|
||||
*
|
||||
* @return always NULL
|
||||
*
|
||||
|
|
@ -1168,8 +1167,7 @@ ei_device_ref(struct ei_device *device);
|
|||
* @ingroup libei-device
|
||||
*
|
||||
* Decrease the refcount of this struct by one. When the refcount reaches
|
||||
* zero, the context disconnects from the server and all allocated resources
|
||||
* are released.
|
||||
* zero, all allocated resources for this struct are released.
|
||||
*
|
||||
* @return always NULL
|
||||
*/
|
||||
|
|
@ -1274,8 +1272,7 @@ ei_keymap_ref(struct ei_keymap *keymap);
|
|||
* @ingroup libei-keymap
|
||||
*
|
||||
* Decrease the refcount of this struct by one. When the refcount reaches
|
||||
* zero, the context disconnects from the server and all allocated resources
|
||||
* are released.
|
||||
* zero, all allocated resources for this struct are released.
|
||||
*
|
||||
* @return always NULL
|
||||
*/
|
||||
|
|
@ -1915,8 +1912,7 @@ ei_touch_ref(struct ei_touch *touch);
|
|||
* @ingroup libei-sender
|
||||
*
|
||||
* Decrease the refcount of this struct by one. When the refcount reaches
|
||||
* zero, the context disconnects from the server and all allocated resources
|
||||
* are released.
|
||||
* zero, all allocated resources for this struct are released.
|
||||
*
|
||||
* @return always NULL
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue