Searched defs:DBusLoop (Results 1 – 2 of 2) sorted by relevance
58 struct DBusLoop struct60 int refcount;62 DBusHashTable *watches;63 DBusSocketSet *socket_set;64 DBusList *timeouts;65 int callback_list_serial;66 int watch_count;67 int timeout_count;68 int depth; /**< number of recursive runs */69 DBusList *need_dispatch;[all …]
31 typedef struct DBusLoop DBusLoop; typedef