Home | History | Annotate | Download | only in dbus

Lines Matching refs:add_function

235                         DBusWatchAddFunction    add_function,
257 if (add_function)
258 retval = (* add_function) (watches, watch);
352 DBusTimeoutAddFunction add_function,
373 if (add_function)
374 retval = (* add_function) (timeouts, timeout);
936 * @param add_function function to begin monitoring a new descriptor.
939 * @param data data to pass to add_function and remove_function.
945 DBusAddWatchFunction add_function,
963 add_function,
989 * @param add_function function to add a timeout.
992 * @param data data to pass to add_function and remove_function.
998 DBusAddTimeoutFunction add_function,
1016 add_function,