[gtk/ebassi/doc-fixes: 25/25] docs: Add missing fields to GtkTextBufferClass




commit 13f9993007cf53eb1a7a93d197e0b92645a76337
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Dec 2 19:04:43 2020 +0000

    docs: Add missing fields to GtkTextBufferClass

 gtk/gtktextbuffer.h | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gtk/gtktextbuffer.h b/gtk/gtktextbuffer.h
index 2223bb9516..f7bed5b57c 100644
--- a/gtk/gtktextbuffer.h
+++ b/gtk/gtktextbuffer.h
@@ -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
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]