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.c253 * @param toggled_function function on toggling enabled flag, or #NULL
263 DBusWatchToggledFunction toggled_function,
342 watch_list->watch_toggled_function = toggled_function;
260 _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.c892 * @param toggled_function function to notify when the watch is enabled/disabled
901 DBusWatchToggledFunction toggled_function,
919 toggled_function,
945 * @param toggled_function function to notify when the timeout is enabled/disabled
954 DBusTimeoutToggledFunction toggled_function,
972 toggled_function,
898 dbus_server_set_watch_functions(DBusServer *server, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
951 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.c344 DBusWatchToggledFunction toggled_function,
352 toggled_function,
341 _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.c729 * @param toggled_function function to notify when the watch is enabled/disabled
738 DBusWatchToggledFunction toggled_function,
745 toggled_function,
735 _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.c4855 * @param toggled_function function to notify of enable/disable
4864 DBusWatchToggledFunction toggled_function,
4876 toggled_function,
4918 * @param toggled_function function to notify of enable/disable
4927 DBusTimeoutToggledFunction toggled_function,
4939 toggled_function,
4861 dbus_connection_set_watch_functions(DBusConnection *connection, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void *data, DBusFreeFunction free_data_function) argument
4924 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 159 milliseconds