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

GParameter deprecation throws a lot of warnings #35

Open
pkern opened this issue Nov 18, 2023 · 1 comment
Open

GParameter deprecation throws a lot of warnings #35

pkern opened this issue Nov 18, 2023 · 1 comment

Comments

@pkern
Copy link
Contributor

pkern commented Nov 18, 2023

libinfinity uses GParameter in its API and that has been deprecated in GLib 2.54. That throws a lot of deprecation warnings in software using libinfinity (aka Gobby) and during build. I think it'd be useful to go with G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS, given that it's not going away in GLib 2 anyway.

@pkern pkern closed this as completed in d5a7e14 Nov 18, 2023
@pkern
Copy link
Contributor Author

pkern commented Nov 18, 2023

Obviously the callers will still use GParameter locally and get deprecation warnings for that, so I guess more fixing is in order here.

@pkern pkern reopened this Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant