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

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

return location for the number of formats

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]