Whole document tree
Standard CallbacksSynopsisDescriptionSome standard module callbacks are predefined. They include callbacks for authentication, http proxy authentication, and status messages. For each standard callback, a macro provides the name, and structures are defined for the in and out argument. DetailsGNOME_VFS_MODULE_CALLBACK_AUTHENTICATION
This callback is called when access to a URI requires a username and password. GNOME_VFS_MODULE_CALLBACK_HTTP_PROXY_AUTHENTICATION
This callback is called when access to an HTTP proxy requires a username and password. In argument: GnomeVFSModuleCallbackAuthenticationIn Out argument: GnomeVFSModuleCallbackAuthenticationOut GnomeVFSModuleCallbackAuthenticationIn
GnomeVFSModuleCallbackAuthenticationOut
GNOME_VFS_MODULE_CALLBACK_STATUS_MESSAGE
This callback is called when a GnomeVFS module operation has a status message to return to the application. In argument: GnomeVFSModuleCallbackStatusMessageIn Out argument: GnomeVFSModuleCallbackStatusMessageOut GnomeVFSModuleCallbackStatusMessageIn
|