summaryrefslogtreecommitdiff
path: root/gio/src/simpleaction.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/simpleaction.hg')
-rw-r--r--gio/src/simpleaction.hg4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/src/simpleaction.hg b/gio/src/simpleaction.hg
index 4765674d..4b5b91e0 100644
--- a/gio/src/simpleaction.hg
+++ b/gio/src/simpleaction.hg
@@ -88,6 +88,7 @@ public:
* must have the same VariantType as the initial state.
*
* @newin{2,38}
+ *
* @param name The name of the action.
* @param state The initial state of the action.
* @return A new SimpleAction.
@@ -103,6 +104,7 @@ public:
* must also be bool.
*
* @newin{2,38}
+ *
* @param name The name of the action.
* @param state The initial state of the action.
* @return A new SimpleAction.
@@ -118,6 +120,7 @@ public:
/** Creates a new radio action with a string-based target value.
*
* @newin{2,38}
+ *
* @param name The name of the action.
* @param initial_state The initial state of the action.
* @return A new SimpleAction.
@@ -134,6 +137,7 @@ public:
/** Creates a new radio action with an integer-based target value.
*
* @newin{2,38}
+ *
* @param name The name of the action.
* @param initial_state The initial state of the action.
* @return A new SimpleAction.