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

launcher: Parse autoplay policy values using GEnum reflection #599

Open
aperezdc opened this issue Aug 28, 2023 · 0 comments
Open

launcher: Parse autoplay policy values using GEnum reflection #599

aperezdc opened this issue Aug 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@aperezdc
Copy link
Member

aperezdc commented Aug 28, 2023

We could match the passed value against the possible values for the GEnum class by using g_enum_get_value_by_nick() instead of manually checking possible values. I think it's fine to merge this patch as-is and do that as a follow-up later on.

Originally posted by @aperezdc in #598 (comment)

@aperezdc aperezdc added the enhancement New feature or request label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant