gtkTextBufferRegisterSerializeFormat {RGtk2}R Documentation

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

object [GtkTextBuffer] a GtkTextBuffer
mime.type [character] the format's mime-type
user.data [R object] function's user_data

Details

Since 2.10

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]