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

  /external/dbus/dbus/
dbus-watch.c 234 DBusWatchList *watch_list; local
236 watch_list = dbus_new0 (DBusWatchList, 1);
237 if (watch_list == NULL)
240 return watch_list;
246 * @param watch_list the watch list.
249 _dbus_watch_list_free (DBusWatchList *watch_list)
252 _dbus_watch_list_set_functions (watch_list,
254 _dbus_list_foreach (&watch_list->watches,
257 _dbus_list_clear (&watch_list->watches);
259 dbus_free (watch_list);
    [all...]
dbus-connection.c 1260 DBusWatchList *watch_list; local
    [all...]

Completed in 46 milliseconds