From: Christian Hergert Date: Mon, 1 Aug 2022 04:20:55 +0000 (-0700) Subject: gtkbuilder: update gtk_builder_extend_with_templat() docs X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~4^2~27^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fbe124ca543958039a37396fe41e3324f84d096f;p=gtk4.git gtkbuilder: update gtk_builder_extend_with_templat() docs --- 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 */