summaryrefslogtreecommitdiff
path: root/gio/src/propertyaction.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/propertyaction.hg')
-rw-r--r--gio/src/propertyaction.hg16
1 files changed, 8 insertions, 8 deletions
diff --git a/gio/src/propertyaction.hg b/gio/src/propertyaction.hg
index 5037146c..bd7da4a2 100644
--- a/gio/src/propertyaction.hg
+++ b/gio/src/propertyaction.hg
@@ -76,7 +76,7 @@ namespace Gio
* Gio::Settings, see Gio::Settings::create_action() instead, and possibly
* combine its use with Gio::Settings::bind().
*
- * @newin{2,52}
+ * @newin{2,58}
*/
class PropertyAction : public Glib::Object, public Action
{
@@ -101,19 +101,19 @@ public:
* the negation of the property value, provided the property is boolean.
* @return A new %PropertyAction.
*
- * @newin{2,52}
+ * @newin{2,58}
*/
_WRAP_CREATE(const Glib::ustring& name, const Glib::PropertyProxy_Base& property_proxy,
bool invert_boolean = false)
- _WRAP_PROPERTY("name", Glib::ustring, newin "2,52")
- _WRAP_PROPERTY("parameter-type", Glib::VariantType, newin "2,52")
- _WRAP_PROPERTY("enabled", bool, newin "2,52")
- _WRAP_PROPERTY("state-type", Glib::VariantType, newin "2,52")
- _WRAP_PROPERTY("state", Glib::VariantBase, newin "2,52")
+ _WRAP_PROPERTY("name", Glib::ustring, newin "2,58")
+ _WRAP_PROPERTY("parameter-type", Glib::VariantType, newin "2,58")
+ _WRAP_PROPERTY("enabled", bool, newin "2,58")
+ _WRAP_PROPERTY("state-type", Glib::VariantType, newin "2,58")
+ _WRAP_PROPERTY("state", Glib::VariantBase, newin "2,58")
//_WRAP_PROPERTY("object", Glib::ObjectBase) // write-only, construct-only
//_WRAP_PROPERTY("property-name", Glib::ustring) // write-only, construct-only
- _WRAP_PROPERTY("invert-boolean", bool, newin "2,52")
+ _WRAP_PROPERTY("invert-boolean", bool, newin "2,58")
// There are no methods (apart from ctor and create), signals or vfuncs.
};