Method
BirbPangoFormatterformat
since: 0.6
Declaration [src]
char*
birb_pango_formatter_format (
BirbPangoFormatter* formatter,
const char* plain_text,
PangoAttrList* attrs
)
Parameters
plain_text-
Type:
const char*The text to format.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. attrs-
Type:
PangoAttrListThe pango attr list.
The data is owned by the caller of the method.