Update deprecated GObject ParamFlags

This commit is contained in:
Nick Hall 2016-05-27 21:44:22 +01:00
parent 9aa371617d
commit 363e8a0081

View File

@ -969,12 +969,12 @@ class ValidatableMaskedEntry(MaskedEntry):
'data-type': (GObject.TYPE_PYOBJECT, 'data-type': (GObject.TYPE_PYOBJECT,
'Data Type of the widget', 'Data Type of the widget',
'Type object', 'Type object',
GObject.PARAM_READWRITE), GObject.ParamFlags.READWRITE),
'mandatory': (GObject.TYPE_BOOLEAN, 'mandatory': (GObject.TYPE_BOOLEAN,
'Mandatory', 'Mandatory',
'Mandatory', 'Mandatory',
False, False,
GObject.PARAM_READWRITE), GObject.ParamFlags.READWRITE),
} }
# FIXME put the data type support back # FIXME put the data type support back