Function

Gimpprogress_init_printf

since: 2.4

Declaration [src]

gboolean
gimp_progress_init_printf (
  const gchar* format,
  ...
)

Description [src]

Initializes the progress bar for the current plug-in.

Initializes the progress bar for the current plug-in. It is only valid to call this procedure from a plug-in.

Available since: 2.4

This function is not directly available to language bindings.

Parameters

format

Type: const gchar*

A standard printf() format string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
...

Type: 

Arguments for format.

Return value

Type: gboolean

TRUE on success.