Virtual Method

BirbPangoFormatterfinish

since: 0.6

Declaration [src]

char*
finish (
  BirbPangoFormatter* formatter
)

Description [src]

Called when there is no more text or attributes to get the results of the formatting.

Available since: 0.6

Return value

Type: char*

The formatted string.

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