textbuffer: Minor doc fixes
authorMatthias Clasen <mclasen@redhat.com>
Thu, 12 Dec 2019 22:31:13 +0000 (17:31 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Dec 2019 22:31:13 +0000 (17:31 -0500)
Fix parameter name mismatches.

gtk/gtktextbuffer.c

index 5ddb1e4b9f33da456c554ff26af0928e6a1cd212..f764c9633168da43a478ff5b088286b0ab44056f 100644 (file)
@@ -5059,7 +5059,7 @@ gtk_text_buffer_set_enable_undo (GtkTextBuffer *buffer,
 
 /**
  * gtk_text_buffer_begin_irreversible_action:
- * @self: a #Gtktextbuffer
+ * @buffer: a #Gtktextbuffer
  *
  * Denotes the beginning of an action that may not be undone. This will cause
  * any previous operations in the undo/redo queue to be cleared.
@@ -5081,7 +5081,7 @@ gtk_text_buffer_begin_irreversible_action (GtkTextBuffer *buffer)
 
 /**
  * gtk_text_buffer_end_irreversible_action:
- * @self: a #Gtktextbuffer
+ * @buffer: a #Gtktextbuffer
  *
  * Denotes the end of an action that may not be undone. This will cause
  * any previous operations in the undo/redo queue to be cleared.