diff options
Diffstat (limited to 'spec/Properties_Interface.xml')
-rw-r--r-- | spec/Properties_Interface.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/Properties_Interface.xml b/spec/Properties_Interface.xml index 27ce51bb..7b6cc070 100644 --- a/spec/Properties_Interface.xml +++ b/spec/Properties_Interface.xml @@ -129,7 +129,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ <p>Each property also has a flags value to indicate what methods are available. This is a bitwise OR of PropertyFlags values.</p> </tp:docstring> - <tp:flags name="Property_Flags" value-prefix="Property_Flag"> + <tp:flags name="Property_Flags" value-prefix="Property_Flag" type="u"> <tp:flag suffix="Read" value="1"> <tp:docstring>The property can be read</tp:docstring> </tp:flag> |