gtkTextBufferGetSerializeFormats {RGtk2}R Documentation

gtkTextBufferGetSerializeFormats

Description

This function returns the rich text serialize formats registered with buffer using gtkTextBufferRegisterSerializeFormat or gtkTextBufferRegisterSerializeTagset

Usage

gtkTextBufferGetSerializeFormats(object)

Arguments

object [GtkTextBuffer] a GtkTextBuffer

Details

Since 2.10

Value

A list containing the following elements:

retval [GdkAtom] a list of GdkAtoms representing the registered formats.
n.formats [integer] return location for the number of formats

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]