HomeSort by relevance Sort by last modified time
    Searched defs:DBusWatch (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-connection.h 43 typedef struct DBusWatch 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,
330 * @addtogroup DBusWatch
334 int dbus_watch_get_fd (DBusWatch *watch);
335 unsigned int dbus_watch_get_flags (DBusWatch *watch);
336 void* dbus_watch_get_data (DBusWatch *watch)
    [all...]
dbus-watch.c 2 /* dbus-watch.c DBusWatch implementation
29 * @defgroup DBusWatchInternals DBusWatch implementation details
31 * @brief implementation details for DBusWatch
37 * Implementation of DBusWatch
39 struct DBusWatch
55 * Creates a new DBusWatch. Used to add a file descriptor to be polled
64 * @returns the new DBusWatch object.
66 DBusWatch*
74 DBusWatch *watch;
80 watch = dbus_new0 (DBusWatch, 1)
    [all...]

Completed in 717 milliseconds