libeis: make the device ref/unref public

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-08-19 14:20:03 +10:00
parent 629f3043ad
commit b7ddbf0a53

View file

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