Method

TalkatuBufferget_plain_text

Declaration [src]

gchar*
talkatu_buffer_get_plain_text (
  TalkatuBuffer* buffer
)

Description [src]

Returns the text from the buffer without markup.

Returns (transfer full): A copy of the text from buffer.

Return value

Type: gchar*

No description available.

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