From: Emmanuele Bassi Date: Thu, 21 Sep 2023 14:28:37 +0000 (+0100) Subject: docs: Mention for what GtkStringObject:string is useful X-Git-Tag: archive/raspbian/4.12.4+ds-3+rpi1^2~21^2~1^2~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3daa0ee0810eec1ba1d16903ea50f13a642bcca;p=gtk4.git docs: Mention for what GtkStringObject:string is useful --- 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 *