diff --git a/src/libei.h b/src/libei.h index e15228b..265c908 100644 --- a/src/libei.h +++ b/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 */