mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
manager: Add GDBus object manager
This is not used right now in all its full possibilities, but will make devices hotplug support easier to implement and handle at client-side level. As per this we can stop doing the manual tracking of the devices.
This commit is contained in:
committed by
Benjamin Berg
parent
93bad82540
commit
30474a6546
@ -19,6 +19,7 @@ fprintd_dbus_sources = gnome.gdbus_codegen('fprintd-dbus',
|
||||
autocleanup: 'all',
|
||||
interface_prefix: 'net.reactivated.Fprint.',
|
||||
namespace: 'FprintDBus',
|
||||
object_manager: true,
|
||||
)
|
||||
|
||||
fprintd_deps = declare_dependency(
|
||||
|
||||
Reference in New Issue
Block a user