Function
AppStreammarkup_convert
Declaration [src]
gchar*
as_markup_convert (
const gchar* markup,
AsMarkupKind to_kind,
GError** error
)
Parameters
markup |
const gchar* |
The XML markup to transform. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
to_kind |
AsMarkupKind |
The markup style to convert into. |
|
error |
GError ** |
The return location for a GError* , or NULL . |