Searched defs:toggled_function (Results 1 - 6 of 6) sorted by relevance

/external/dbus/dbus/
H A Ddbus-timeout.c232 * @param toggled_function toggle notify function, or #NULL
242 DBusTimeoutToggledFunction toggled_function,
294 timeout_list->timeout_toggled_function = toggled_function;
239 _dbus_timeout_list_set_functions(DBusTimeoutList *timeout_list, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-watch.c270 * @param toggled_function function on toggling enabled flag, or #NULL
280 DBusWatchToggledFunction toggled_function,
359 watch_list->watch_toggled_function = toggled_function;
277 _dbus_watch_list_set_functions(DBusWatchList *watch_list, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-server.c938 * @param toggled_function function to notify when the watch is enabled/disabled
947 DBusWatchToggledFunction toggled_function,
965 toggled_function,
991 * @param toggled_function function to notify when the timeout is enabled/disabled
1000 DBusTimeoutToggledFunction toggled_function,
1018 toggled_function,
944 dbus_server_set_watch_functions(DBusServer *server, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
997 dbus_server_set_timeout_functions(DBusServer *server, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-spawn-win.c364 DBusWatchToggledFunction toggled_function,
372 toggled_function,
361 _dbus_babysitter_set_watch_functions(DBusBabysitter *sitter, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-spawn.c739 * @param toggled_function function to notify when the watch is enabled/disabled
748 DBusWatchToggledFunction toggled_function,
755 toggled_function,
745 _dbus_babysitter_set_watch_functions(DBusBabysitter *sitter, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
H A Ddbus-connection.c4880 * @param toggled_function function to notify of enable/disable
4889 DBusWatchToggledFunction toggled_function,
4901 toggled_function,
4943 * @param toggled_function function to notify of enable/disable
4952 DBusTimeoutToggledFunction toggled_function,
4964 toggled_function,
4886 dbus_connection_set_watch_functions(DBusConnection *connection, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
4949 dbus_connection_set_timeout_functions(DBusConnection *connection, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument

Completed in 184 milliseconds