Whole document tree
Module Callbacks (Module API)Synopsis
DescriptionModules need to perform special operations on callbacks that are not needed by applications, for instance, invoking them. Detailsgnome_vfs_module_callback_invoke ()
Invoke a default callback for callback_name, with in arguments specified by in and in_size, and out arguments specified by out and out_size. This function should only be called by gnome-vfs modules. If this function is called from an async job thread, it will invoke the current async handler for callback_name, if any. If no async handler is set, or the function is not called from an async job thread, the regular handler, if any, will be invoked instead. If no handler at all is found for callback_name, the function returns FALSE.
|