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:
Peter Hutterer 2025-07-16 13:49:15 +10:00 committed by Marge Bot
parent 12237f19ea
commit 55335b9030

View file

@ -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
*/