Function

GimpProgressVtableSetValueFunc

Declaration

void
(* GimpProgressVtableSetValueFunc) (
  gdouble percentage,
  gpointer user_data
)

Description [src]

Sets a new percentage on the progress.

Parameters

percentage gdouble
 

The progress in percent.

user_data gpointer
 

User data.

 The argument can be NULL.
 The data is owned by the caller of the function.