Home | History | Annotate | Download | only in dbus

Lines Matching defs:function

68   DBusPendingCallNotifyFunction function;         /**< Notifier when reply arrives. */
204 * Calls notifier function for the pending call
217 if (pending->function)
223 (* pending->function) (pending, user_data);
497 * with an optional function to be used for freeing
505 * @param free_data_func finalizer function for the data
619 * Sets a notification function to be called when the reply is
623 * @param function notifier function
624 * @param user_data data to pass to notifier function
625 * @param free_user_data function to free the user data
630 DBusPendingCallNotifyFunction function,
645 pending->function = function;
702 * function can only be called once per pending call, since the reply
734 * If the pending call is already completed, this function returns
797 * with an optional function to be used for freeing
805 * @param free_data_func finalizer function for the data