Home | History | Annotate | Download | only in dbus

Lines Matching refs:add_function

691                         DBusWatchAddFunction    add_function,
720 if (add_function)
721 retval = (* add_function) (connection->watches, watch);
815 DBusTimeoutAddFunction add_function,
844 if (add_function)
845 retval = (* add_function) (connection->timeouts, timeout);
4864 * to a #FALSE return from the new add_function. If so, the
4865 * add_function may have been called successfully one or more times,
4869 * but the add_function and remove_function may have been called.
4878 * @param add_function function to begin monitoring a new descriptor.
4881 * @param data data to pass to add_function and remove_function.
4887 DBusAddWatchFunction add_function,
4900 add_function, remove_function,
4941 * @param add_function function to add a timeout.
4944 * @param data data to pass to add_function and remove_function.
4950 DBusAddTimeoutFunction add_function,
4963 add_function, remove_function,