Function

Gimpprogress_set_text_printf

since: 2.4

Declaration [src]

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

Description [src]

Changes the text in the progress bar for the current plug-in.

This function changes the text in the progress bar for the current plug-in. Unlike gimp_progress_init() it does not change the displayed value.

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.