Description Usage Arguments Details Value Author(s)
This function serializes the portion of text between start
and end
in the rich text format represented by format
.
1 2 | gtkTextBufferSerialize(object, content.buffer, format, start,
end)
|
|
the |
|
the |
|
the rich text format to use for serializing |
|
start of block of text to serialize |
|
end of block of test to serialize |
format
s to be used must be registered using
gtkTextBufferRegisterSerializeFormat
or
gtkTextBufferRegisterSerializeTagset
beforehand.
Since 2.10
A list containing the following elements:
retval |
[raw] the serialized data, encoded as |
|
return location for the length of the serialized data |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.