| gtkTextBufferRegisterDeserializeFormat {RGtk2} | R Documentation |
This function registers a rich text deserialization function along with
its mime.type with the passed buffer.
gtkTextBufferRegisterDeserializeFormat(object, mime.type, fun, user.data)
|
[GtkTextBuffer] a GtkTextBuffer |
|
[character] the format's mime-type |
|
[R object] function's user_data |
Since 2.10
[GdkAtom] the GdkAtom that corresponds to the newly registered
format's mime-type.
Derived by RGtkGen from GTK+ documentation