summaryrefslogtreecommitdiff
path: root/docs/gir-1.2.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/gir-1.2.rnc')
-rw-r--r--docs/gir-1.2.rnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gir-1.2.rnc b/docs/gir-1.2.rnc
index 7c398be0..5182f7cb 100644
--- a/docs/gir-1.2.rnc
+++ b/docs/gir-1.2.rnc
@@ -350,6 +350,8 @@ grammar {
attribute setter { xsd:string }?,
## The getter function for this property
attribute getter { xsd:string }?,
+ ## The default value of the property, as a string; if missing, the default value is zero for integer types, and null for pointer types
+ attribute default-value { xsd:string }?,
# Define the transfer of ownership of the property element
TransferOwnership?,