From f3daa0ee0810eec1ba1d16903ea50f13a642bcca Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 21 Sep 2023 15:28:37 +0100 Subject: [PATCH] docs: Mention for what GtkStringObject:string is useful --- gtk/gtkstringlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkstringlist.c b/gtk/gtkstringlist.c index 55aa584b34..01b5de815e 100644 --- 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 * -- 2.30.2