Searched defs:rm_monitor (Results 1 – 2 of 2) sorted by relevance
37 struct rm_monitor { struct38 int ref;40 char *device_name;41 char *service_name;42 char *match;44 DBusConnection *connection;46 unsigned busy:1;47 unsigned filtering:1;48 unsigned matching:1;50 rm_change_cb_t change_cb;[all …]
36 typedef struct rm_monitor rm_monitor; typedef