RGtk2 (version 2.20.31)

gtkTextBufferRegisterDeserializeFormat: gtkTextBufferRegisterDeserializeFormat

Description

This function registers a rich text deserialization function along with its mime.type with the passed buffer.

Usage

gtkTextBufferRegisterDeserializeFormat(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.

Details

Since 2.10