HomeSort by relevance Sort by last modified time
    Searched refs:DBusAddWatchFunction (Results 1 - 8 of 8) sorted by null

  /external/dbus/dbus/
dbus-spawn.h 50 DBusAddWatchFunction add_function,
dbus-server.h 63 DBusAddWatchFunction add_function,
dbus-watch.h 65 DBusAddWatchFunction add_function,
dbus-connection.h 90 typedef dbus_bool_t (* DBusAddWatchFunction) (DBusWatch *watch,
197 DBusAddWatchFunction add_function,
dbus-watch.c 175 * and a set of DBusAddWatchFunction/DBusRemoveWatchFunction.
177 * when the DBusAddWatchFunction is updated or changed.
194 DBusAddWatchFunction add_watch_function; /**< Callback for adding a watch. */
254 DBusAddWatchFunction add_function,
344 * application DBusAddWatchFunction if appropriate.
534 * Intended for use by the DBusAddWatchFunction and
586 * DBusAddWatchFunction, as the connection will not be ready to handle
dbus-server.c 863 DBusAddWatchFunction add_function,
    [all...]
dbus-spawn.c 692 DBusAddWatchFunction add_function,
    [all...]
dbus-connection.c 693 * Adds a watch using the connection's DBusAddWatchFunction if
696 * DBusAddWatchFunction changes. May fail due to lack of memory.
    [all...]

Completed in 29 milliseconds