Function

GimpProgressVtableSetValueFunc

unstable since: 3.0

Declaration

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

Description [src]

Sets a new percentage on the progress.

Available since: 3.0

Parameters

percentage

Type: gdouble

The progress in percent.

user_data

Type: gpointer

User data.

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