A frequently asked question is: "what is the object type inside a
GtkStringList", so let's make the answer more obvious.
*
* `GtkStringList` is a list model that wraps an array of strings.
*
- * The objects in the model have a "string" property.
+ * The objects in the model are of type [class@Gtk.StringObject] and have
+ * a "string" property that can be used inside expressions.
*
* `GtkStringList` is well-suited for any place where you would
* typically use a `char*[]`, but need a list model.
*
- * # GtkStringList as GtkBuildable
+ * ## GtkStringList as GtkBuildable
*
* The `GtkStringList` implementation of the `GtkBuildable` interface
* supports adding items directly using the `<items>` element and