Function
GimpProgressVtableStartFunc
Declaration
void
(* GimpProgressVtableStartFunc) (
const gchar* message,
gboolean cancelable,
gpointer user_data
)
Parameters
message |
const gchar* |
The message to show. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
cancelable |
gboolean |
Whether the procedure is cancelable. |
|
user_data |
gpointer |
User data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |