Method
GtkTextBufferregister_deserialize_tagset
Declaration [src]
GdkAtom
gtk_text_buffer_register_deserialize_tagset (
GtkTextBuffer* buffer,
const gchar* tagset_name
)
Description [src]
This function registers GTK+’s internal rich text serialization
format with the passed buffer
. See
gtk_text_buffer_register_serialize_tagset()
for details.
Available since: | 2.10 |
Parameters
tagset_name |
const gchar* |
An optional tagset name, on |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | GdkAtom |
The |