Remove unnecessary annotation

All pointer-based properties are nullable by definition, and the
`nullable` annotation is not accepted at the identifier level.
This commit is contained in:
Emmanuele Bassi 2023-10-13 12:55:33 +01:00 committed by Philip Withnall
parent c5eb130175
commit fb84bad077

View File

@ -338,7 +338,7 @@ g_binding_group_class_init (GBindingGroupClass *klass)
object_class->set_property = g_binding_group_set_property; object_class->set_property = g_binding_group_set_property;
/** /**
* GBindingGroup:source: (nullable) * GBindingGroup:source:
* *
* The source object used for binding properties. * The source object used for binding properties.
* *