Searched refs:DBusAddWatchFunction (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-spawn.h59 DBusAddWatchFunction add_function,
H A Ddbus-watch.h67 DBusAddWatchFunction add_function,
H A Ddbus-server.h73 DBusAddWatchFunction add_function,
H A Ddbus-connection.h91 typedef dbus_bool_t (* DBusAddWatchFunction) (DBusWatch *watch, typedef
239 DBusAddWatchFunction add_function,
H A Ddbus-watch.c199 * and a set of DBusAddWatchFunction/DBusRemoveWatchFunction.
201 * when the DBusAddWatchFunction is updated or changed.
218 DBusAddWatchFunction add_watch_function; /**< Callback for adding a watch. */
278 DBusAddWatchFunction add_function,
368 * application DBusAddWatchFunction if appropriate.
610 * Intended for use by the DBusAddWatchFunction and
665 * DBusAddWatchFunction, as the connection will not be ready to handle
H A Ddbus-server.c945 DBusAddWatchFunction add_function,
H A Ddbus-spawn-win.c362 DBusAddWatchFunction add_function,
H A Ddbus-spawn.c746 DBusAddWatchFunction add_function,
H A Ddbus-connection.c739 * Adds a watch using the connection's DBusAddWatchFunction if
742 * DBusAddWatchFunction changes. May fail due to lack of memory.
4822 * poll(). When using Qt, typically the DBusAddWatchFunction would
4823 * create a QSocketNotifier. When using GLib, the DBusAddWatchFunction
4851 * DBusAddWatchFunction, as the connection will not be ready to handle
4881 DBusAddWatchFunction add_function,

Completed in 95 milliseconds