Function
Gimpprogress_install_vtable
since: 2.4
Declaration [src]
const gchar*
gimp_progress_install_vtable (
  const GimpProgressVtable* vtable,
  gpointer user_data,
  GDestroyNotify user_data_destroy
)
Parameters
- vtable
- 
            Type: GimpProgressVtableA pointer to a GimpProgressVtable.The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerA 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
- 
            Type: GDestroyNotifyDestroy function for user_data, orNULL.The argument can be NULL.