gtkTextBufferSerialize
This function serializes the portion of text between start
and end
in the rich text format represented by format
.
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.