projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f680b86
)
gtkbuilder: update gtk_builder_extend_with_templat() docs
author
Christian Hergert
<chergert@redhat.com>
Mon, 1 Aug 2022 04:20:55 +0000
(21:20 -0700)
committer
Christian Hergert
<chergert@redhat.com>
Mon, 1 Aug 2022 04:25:58 +0000
(21:25 -0700)
gtk/gtkbuilder.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilder.c
b/gtk/gtkbuilder.c
index 063bf7b03c0e6079b6c98b3b3c667970c5d76402..f436bdc4bc3dcb764efcb70edff2f4413a6f1eb0 100644
(file)
--- 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
*/