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,
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 *watch)
    [all...]
dbus-watch.c 2 /* dbus-watch.c DBusWatch implementation
30 * @defgroup DBusWatchInternals DBusWatch implementation details
32 * @brief implementation details for DBusWatch
38 * Implementation of DBusWatch
40 struct DBusWatch
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 *watch
    [all...]

Completed in 18 milliseconds