Method

AgsGuiInputDialogset_text

since: 6.6.0

Declaration [src]

void
ags_input_dialog_set_text (
  AgsInputDialog* input_dialog,
  gchar* text
)

Description [src]

Set informal text.

Available since: 6.6.0

Parameters

text

Type: gchar*

The text.

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