From fbe124ca543958039a37396fe41e3324f84d096f Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sun, 31 Jul 2022 21:20:55 -0700 Subject: [PATCH] gtkbuilder: update gtk_builder_extend_with_templat() docs --- gtk/gtkbuilder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 063bf7b03c..f436bdc4bc 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -1353,8 +1353,8 @@ gtk_builder_add_objects_from_file (GtkBuilder *builder, * Main private entry point for building composite components * from template XML. * - * This is exported purely to let `gtk-builder-tool` validate - * templates, applications have no need to call this function. + * Most likely you do not need to call this function in applications as + * templates are handled by `GtkWidget`. * * Returns: A positive value on success, 0 if an error occurred */