You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glib: provide a trait to return a ParamSpec builder with builtin default
This will be used by the `Properties` macro to use a default value as defined by
the type's own `Default` implementation.
As a first blanket implementation we set it for enums.
0 commit comments