Eo base: Make parent nullable.

It's allowed to be null, so mark it as such. This is useful
for languages that support nullable vs non-nullable types.
This commit is contained in:
Tom Hacohen 2016-04-11 17:29:15 +01:00
parent ca225e7bf3
commit bd98b51717
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ abstract Eo.Base ()
[[Get the parent of an object]]
}
values {
parent: Eo.Base*; [[the new parent]]
parent: Eo.Base * @nullable; [[the new parent]]
}
}
@property event_global_freeze_count @class {