Method

GimpTextLayerset_text

Declaration [src]

gboolean
gimp_text_layer_set_text (
  GimpTextLayer* layer,
  const gchar* text
)

Description [src]

Set the text of a text layer.

This procedure changes the text of a text layer.

Available since:2.6

Parameters

text const gchar*
 

The new text to set.

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

Return value

Returns: gboolean
 

TRUE on success.