From: Matthias Clasen Date: Thu, 12 Dec 2019 22:31:13 +0000 (-0500) Subject: textbuffer: Minor doc fixes X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~540 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d6dc5da6db02d0483c4afdc5e25742b73dd7bebb;p=gtk4.git textbuffer: Minor doc fixes Fix parameter name mismatches. --- diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index 5ddb1e4b9f..f764c96331 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -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.