projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60560e5
)
docs: Mention for what GtkStringObject:string is useful
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 21 Sep 2023 14:28:37 +0000
(15:28 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 28 Sep 2023 00:42:44 +0000
(20:42 -0400)
gtk/gtkstringlist.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstringlist.c
b/gtk/gtkstringlist.c
index 55aa584b34fb09163261aa881df3048d4ef0f9b5..01b5de815eebcc8c9bdce38edbc87e52b2bf2ce7 100644
(file)
--- a/
gtk/gtkstringlist.c
+++ b/
gtk/gtkstringlist.c
@@
-65,7
+65,8
@@
* `GtkStringObject` is the type of items in a `GtkStringList`.
*
* A `GtkStringObject` is a wrapper around a `const char*`; it has
- * a [property@Gtk.StringObject:string] property.
+ * a [property@Gtk.StringObject:string] property that can be used
+ * for property bindings and expressions.
*/
#define GDK_ARRAY_ELEMENT_TYPE GtkStringObject *