From 1ab8ffaceb479eb44f6ca9d7318d3522068df2aa Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 25 May 2024 18:21:23 +0200 Subject: [PATCH] gtktextchild: Document new_with_replacement arg --- gtk/gtktextchild.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c index a7d2fa1860..2571ad605c 100644 --- a/gtk/gtktextchild.c +++ b/gtk/gtktextchild.c @@ -414,6 +414,7 @@ gtk_text_child_anchor_new (void) /** * gtk_text_child_anchor_new_with_replacement: + * @character: a replacement character * * Creates a new `GtkTextChildAnchor` with the given replacement character. *