Method

GtkFontChooserget_preview_text

since: 3.2

Declaration [src]

gchar*
gtk_font_chooser_get_preview_text (
  GtkFontChooser* fontchooser
)

Description [src]

Gets the text displayed in the preview area.

Available since: 3.2

Return value

Type: gchar*

The text displayed in the preview area.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.