summaryrefslogtreecommitdiff
path: root/gio/src/liststore.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/liststore.hg')
-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().
*/