summaryrefslogtreecommitdiff
path: root/gio/src
diff options
context:
space:
mode:
authorAndreas Persson <andreasp56@outlook.com>2020-07-18 10:30:34 +0200
committerAndreas Persson <andreasp56@outlook.com>2020-07-18 10:30:34 +0200
commit6ca73389569504423ff4fdcd5005a4c3882ae8e2 (patch)
tree686416f19c4b7a73e4d096220e0fa4bcc2101d8c /gio/src
parent23b2ea8a2b3385ddfc0f1db90671a3615696d532 (diff)
downloadglibmm-6ca73389569504423ff4fdcd5005a4c3882ae8e2.tar.gz
Update documentation for ListStore too.
Diffstat (limited to 'gio/src')
-rw-r--r--gio/src/liststore.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/liststore.hg b/gio/src/liststore.hg
index 4a99a0d6..c62a1995 100644
--- a/gio/src/liststore.hg
+++ b/gio/src/liststore.hg
@@ -109,7 +109,7 @@ public:
*
* @tparam T_item Base class of the items in the ListStore. All items must
* be of type T_item or a type derived from T_item.
- * T_item must be Glib::Object or a type derived from Glib::Object.
+ * T_item must be Glib::ObjectBase or a type derived from Glib::ObjectBase.
*/
template <typename T_item>
class ListStore : public ListStoreBase