gtkTextBufferRegisterSerializeFormat: gtkTextBufferRegisterSerializeFormat
Description
This function registers a rich text serialization function along with
its mime.type with the passed buffer.Usage
gtkTextBufferRegisterSerializeFormat(object, mime.type, fun, user.data)
Arguments
mime.type
the format's mime-type
user.data
function's user_data
Value
GdkAtom] the GdkAtom that corresponds to the newly registered
format's mime-type.