TextBuffer.registerDeserializeTagset

This function registers GTK+'s internal rich text serialization format with the passed buffer. See gtk_text_buffer_register_serialize_tagset() for details. Since 2.10

class TextBuffer
registerDeserializeTagset
(
string tagsetName
)

Parameters

tagsetName string

an optional tagset name, on NULL. [allow-none]

Return Value

Type: GdkAtom

the GdkAtom that corresponds to the newly registered format's mime-type. [transfer none]

Meta