Gimp.progress_init (original) (raw)

Gimp

API Version: 3.0

Library Version: 3.0.2

Functions

Function

Gimpprogress_init

Declaration [src]


gboolean
gimp_progress_init (
  const gchar* message
)

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.

Parameters

message

Type: const gchar*

Message to use in the progress dialog.

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

Return value

Type: gboolean

TRUE on success.