docs: Add missing fields to GtkTextBufferClass

This commit is contained in:
Emmanuele Bassi 2020-12-02 19:04:43 +00:00
parent b2b451d762
commit 13f9993007

View File

@ -77,6 +77,10 @@ struct _GtkTextBuffer
* @begin_user_action: The class handler for the #GtkTextBuffer::begin-user-action signal.
* @end_user_action: The class handler for the #GtkTextBuffer::end-user-action signal.
* @paste_done: The class handler for the #GtkTextBuffer::paste-done signal.
* @undo: The class handler for the #GtkTextBuffer::undo signal
* @redo: The class handler for the #GtkTextBuffer::redo signal
*
* The class structure for #GtkTextBuffer.
*/
struct _GtkTextBufferClass
{