Top |
pango-markuppango-markup — Pango markup serializer for GtkTextBuffer |
guint8 * serialize_pango_markup (GtkTextBuffer *register_buffer
,GtkTextBuffer *content_buffer
,const GtkTextIter *start
,const GtkTextIter *end
,gsize *length
,gpointer user_data
);
This function serializes the portion of text between start
and end
in pango markup format.
It can be registered as GtkTextBuffer serializer using
gtk_text_buffer_register_serialize_format()
.
register_buffer |
the GtkTextBuffer for which the format is registered. |
[nullable] |
content_buffer |
the GtkTextBuffer to serialize |
|
start |
start of block of text to serialize |
|
end |
end of block of test to serialize |
|
length |
Return location for the length of the serialized data |
|
user_data |
user data that was specified when registering the format |