Method

GntTextViewget_text

since: 2.14

Declaration [src]

const gchar*
gnt_text_view_get_text (
  GntTextView* view
)

Description [src]

Get the text of the textview.

Available since: 2.14

Return value

Type: const gchar*

The text.

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