Method

GtkInscriptionget_text

Declaration [src]

const char*
gtk_inscription_get_text (
  GtkInscription* self
)

Description [src]

Gets the text that is displayed.

Available since:4.8
Gets propertyGtk.Inscription:text

Return value

Returns: const char*
 

The displayed text.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.