Function
Gimpprogress_install_vtable
Declaration [src]
const gchar*
gimp_progress_install_vtable (
const GimpProgressVtable* vtable,
gpointer user_data,
GDestroyNotify user_data_destroy
)
Parameters
vtable |
GimpProgressVtable |
A pointer to a |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
A pointer that is passed as user_data to all vtable functions. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
user_data_destroy |
GDestroyNotify |
Destroy function for |
|
The argument can be NULL . |