gtkbuilder: update gtk_builder_extend_with_templat() docs
authorChristian Hergert <chergert@redhat.com>
Mon, 1 Aug 2022 04:20:55 +0000 (21:20 -0700)
committerChristian Hergert <chergert@redhat.com>
Mon, 1 Aug 2022 04:25:58 +0000 (21:25 -0700)
gtk/gtkbuilder.c

index 063bf7b03c0e6079b6c98b3b3c667970c5d76402..f436bdc4bc3dcb764efcb70edff2f4413a6f1eb0 100644 (file)
@@ -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
  */