Searched defs:DBusWatch (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-connection.h43 typedef struct DBusWatch DBusWatch; typedef in typeref:struct:DBusWatch
56 * Indicates the status of a #DBusWatch.
90 typedef dbus_bool_t (* DBusAddWatchFunction) (DBusWatch *watch,
96 typedef void (* DBusWatchToggledFunction) (DBusWatch *watch,
102 typedef void (* DBusRemoveWatchFunction) (DBusWatch *watch,
447 * @addtogroup DBusWatch
453 DBUS_DEPRECATED int dbus_watch_get_fd (DBusWatch *watch);
457 int dbus_watch_get_unix_fd (DBusWatch *watch);
459 int dbus_watch_get_socket (DBusWatch *watc
[all...]
H A Ddbus-watch.c2 /* dbus-watch.c DBusWatch implementation
30 * @defgroup DBusWatchInternals DBusWatch implementation details
32 * @brief implementation details for DBusWatch
38 * Implementation of DBusWatch
40 struct DBusWatch struct
56 _dbus_watch_get_enabled (DBusWatch *watch)
62 * Creates a new DBusWatch. Used to add a file descriptor to be polled
71 * @returns the new DBusWatch object.
73 DBusWatch*
81 DBusWatch *watc
[all...]

Completed in 72 milliseconds