Constructor
TalkatuTagnew
Declaration [src]
GtkTextTag*
talkatu_tag_new (
const gchar* name,
const gchar* first_property,
...
)
Description [src]
Creates a new TalkatuTag to be used for styling text.
This method is not directly available to language bindings.
Parameters
name-
Type:
const gchar*The name to give the tag.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. first_property-
Type:
const gchar*The name of the first property to set.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ...-
Type:
The value of the first property followed optionally by more name/value pairs, followed by NULL.
Return value
Type: GtkTextTag
The new TalkatuTag.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |