Gimp.message (original) (raw)

Gimp

API Version: 3.0

Library Version: 3.0.2

Functions

Function

Gimpmessage

Declaration [src]


gboolean
gimp_message (
  const gchar* message
)

Description [src]

Displays a dialog box with a message.

Displays a dialog box with a message. Useful for status or error reporting. The message must be in UTF-8 encoding.

Parameters

message

Type: const gchar*

Message to display in the 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.