gnome-vfs-module-callback-module-api
gnome-vfs-module-callback-module-api —
Description
Details
gnome_vfs_module_callback_invoke ()
gboolean gnome_vfs_module_callback_invoke
(const char *callback_name,
gconstpointer in,
gsize in_size,
gpointer out,
gsize out_size);
callback_name : | The name of the module callback to set
|
in : | In argument - type dependent on the specific callback
|
in_size : | Size of the in argument
|
out : | Out argument - type dependent on the specific callback
|
out_size : | Size of the out argument
|
Returns : | TRUE if a callback was invoked, FALSE if none was set.
|