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, 1 insertions, 3 deletions
diff --git a/gio/src/simpleaction.hg b/gio/src/simpleaction.hg
index d1e6f239..1c575417 100644
--- a/gio/src/simpleaction.hg
+++ b/gio/src/simpleaction.hg
@@ -53,9 +53,7 @@ protected:
*/
explicit SimpleAction(const Glib::ustring& name);
- /** Creates a new new stateful action.
- *
- * The created action is stateless.
+ /** Creates a new stateful action.
*
* @a state is the initial state of the action. All future state values
* must have the same VariantType as the initial state.