Home | History | Annotate | Download | only in bus

Lines Matching full:watch

26 #include <dbus/dbus-watch.h>
146 handle_reload_watch (DBusWatch *watch,
172 reload_watch_callback (DBusWatch *watch,
176 return dbus_watch_handle (watch, condition);
183 DBusWatch *watch;
199 watch = _dbus_watch_new (reload_pipe[RELOAD_READ_END],
203 if (watch == NULL)
205 _dbus_warn ("Unable to create reload watch: %s\n",
211 if (!_dbus_loop_add_watch (loop, watch, reload_watch_callback,
214 _dbus_warn ("Unable to add reload watch to main loop: %s\n",