Method

Pango.Layout.get_text

Declaration [src]

const char*
pango_layout_get_text (
  PangoLayout* layout
)

Description [src]

Gets the text in the layout.

The returned text should not be freed or modified.

Return value

Returns: const char*

the text in the layout

The data is owned by the called function
The string is a NUL terminated UTF-8 string