mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-08 10:28:03 +02:00
libei: ei_get_user_data() is a public API
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b309ebcc66
commit
f35b591b9c
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ OBJECT_IMPLEMENT_UNREF(ei);
|
|||
#define _cleanup_ei_ _cleanup_(ei_cleanup)
|
||||
_public_
|
||||
OBJECT_IMPLEMENT_SETTER(ei, user_data, void *);
|
||||
_public_
|
||||
OBJECT_IMPLEMENT_GETTER(ei, user_data, void *);
|
||||
|
||||
_public_ struct ei *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue