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