summaryrefslogtreecommitdiff
path: root/gio/src
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-09-01 14:57:31 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-09-01 14:57:31 +0200
commit300f4dadc6be845024f15bafb527baa2905cb859 (patch)
tree64a935418b66ff7ac5d93d2af62bad3917092e2d /gio/src
parentd0d08f9d826517fd2e02ae6300732faefe072f9d (diff)
downloadglibmm-300f4dadc6be845024f15bafb527baa2905cb859.tar.gz
Gio::ListStore::find() docs: Small changes
Diffstat (limited to 'gio/src')
-rw-r--r--gio/src/liststore.hg8
1 files changed, 4 insertions, 4 deletions
diff --git a/gio/src/liststore.hg b/gio/src/liststore.hg
index 3a28b944..58b51997 100644
--- a/gio/src/liststore.hg
+++ b/gio/src/liststore.hg
@@ -109,7 +109,7 @@ public:
* @newin{2,74}
*
* @param item An item.
- * @return std::pair{item_found, position} Whether the %ListStoreBase contains @a item.
+ * @return {item_found, position} Whether the %ListStoreBase contains @a item.
* If it was found, @a position will be set to the position where @a item
* occurred for the first time, else @a position = std::numeric_limits<unsigned int>::max().
*/
@@ -138,7 +138,7 @@ public:
*
* @param item An item.
* @param slot A comparison function.
- * @return std::pair{item_found, position} Whether the %ListStoreBase contains @a item.
+ * @return {item_found, position} Whether the %ListStoreBase contains @a item.
* If it was found, @a position will be set to the position where @a item
* occurred for the first time, else @a position = std::numeric_limits<unsigned int>::max().
*/
@@ -288,7 +288,7 @@ public:
* @newin{2,74}
*
* @param item An item.
- * @return std::pair{item_found, position} Whether the %ListStore contains @a item.
+ * @return {item_found, position} Whether the %ListStore contains @a item.
* If it was found, @a position will be set to the position where @a item
* occurred for the first time, else @a position = std::numeric_limits<unsigned int>::max().
*/
@@ -316,7 +316,7 @@ public:
*
* @param item An item.
* @param slot A comparison function.
- * @return std::pair{item_found, position} Whether the %ListStore contains @a item.
+ * @return {item_found, position} Whether the %ListStore contains @a item.
* If it was found, @a position will be set to the position where @a item
* occurred for the first time, else @a position = std::numeric_limits<unsigned int>::max().
*/