GtkTextBufferSerializeFunc
alias GtkTextBufferSerializeFunc =
ubyte* function(GtkTextBuffer* registerBuffer, GtkTextBuffer* contentBuffer, GtkTextIter* start, GtkTextIter* end, size_t* length, void* userData)
gtkc gtktypes
aliasesenumsfunctionsstructs
A function that is called to serialize the content of a text buffer. It must return the serialized form of the content.