mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-01 08:08:19 +02:00
libeis: make the device ref/unref public
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
629f3043ad
commit
b7ddbf0a53
1 changed files with 2 additions and 0 deletions
|
|
@ -35,7 +35,9 @@ eis_device_destroy(struct eis_device *device)
|
|||
{
|
||||
}
|
||||
|
||||
_public_
|
||||
OBJECT_IMPLEMENT_REF(eis_device);
|
||||
_public_
|
||||
OBJECT_IMPLEMENT_UNREF(eis_device);
|
||||
OBJECT_IMPLEMENT_CREATE(eis_device);
|
||||
static
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue