Method
GtkTextBufferregister_deserialize_tagset
since: 2.10
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-
Type:
const gchar*An optional tagset name, on
NULL.The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GdkAtom
The GdkAtom that corresponds to the
newly registered format’s mime-type.