mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
c5eb130175
commit
fb84bad077
@ -338,7 +338,7 @@ g_binding_group_class_init (GBindingGroupClass *klass)
|
||||
object_class->set_property = g_binding_group_set_property;
|
||||
|
||||
/**
|
||||
* GBindingGroup:source: (nullable)
|
||||
* GBindingGroup:source:
|
||||
*
|
||||
* The source object used for binding properties.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user