Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use glib-mkenums to create the GType of all the available enums #284

Merged
merged 1 commit into from Oct 21, 2020
Merged

Use glib-mkenums to create the GType of all the available enums #284

merged 1 commit into from Oct 21, 2020

Commits on Oct 21, 2020

  1. Use glib-mkenums to create the GType of all the available enums

    This allows the GObject Introspection to correctly understand the relations
    between all the from_string/to_string methods and the enum they belong to.
    
    This also allows to use the right GType when dealing with flags or enums.
    tintou committed Oct 21, 2020