[gtk/matthiasc/for-master] builder: Documentation tweaks
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] builder: Documentation tweaks
- Date: Sat, 27 Jun 2020 21:38:57 +0000 (UTC)
commit 65902367c62cc5f9f4d46472fff3f71b286d5c3d
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 27 17:28:15 2020 -0400
builder: Documentation tweaks
Don't use no-longer-existing enums as examples,
and drop the +.
gtk/gtkbuilder.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 65bd1a2d6f..b97f0bdb27 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -108,7 +108,7 @@
* as %TRUE, strings like “FALSE”, “f”, “no”, “n”, “0” are interpreted
* as %FALSE), enumerations (can be specified by their name, nick or
* integer value), flags (can be specified by their name, nick, integer
- * value, optionally combined with “|”, e.g. “GTK_VISIBLE|GTK_REALIZED”)
+ * value, optionally combined with “|”, e.g. “GTK_INPUT_HINT_EMOJI|GTK_INPUT_HINT_LOWERCASE”)
* and colors (in a format understood by gdk_rgba_parse()).
*
* GVariants can be specified in the format understood by g_variant_parse(),
@@ -131,7 +131,7 @@
* For more information see g_object_bind_property()
*
* Sometimes it is necessary to refer to widgets which have implicitly
- * been constructed by GTK+ as part of a composite widget, to set
+ * been constructed by GTK as part of a composite widget, to set
* properties on them or to add further children (e.g. the content area
* of a #GtkDialog). This can be achieved by setting the “internal-child”
* property of the `<child>` element to a true value. Note that #GtkBuilder
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]