Skip to content
New issue

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

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

Already on GitHub? # to your account

Preparing for GLib 3.0: g_variant_get_string() to take one argument #268

Open
vmagnin opened this issue Oct 3, 2022 · 0 comments
Open
Assignees
Labels
GTK 4 GTK 4 only

Comments

@vmagnin
Copy link
Owner

vmagnin commented Oct 3, 2022

In https://gitlab.gnome.org/GNOME/glib/-/milestones/2#tab-issues
we can see in the future GLib 3.0 the API break Change g_variant_get_string() to take one argument

In gtk-fortran (gtk4), the only concerned file is:

$ ack g_variant_get_string
examples/menubar.f90
42:             & g_variant_new_string, g_variant_get_string, g_variant_type_new, &
82:    param_string = g_variant_get_string (param, c_null_ptr)
@vmagnin vmagnin added the GTK 4 GTK 4 only label Oct 3, 2022
@vmagnin vmagnin self-assigned this Oct 3, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
GTK 4 GTK 4 only
Projects
None yet
Development

No branches or pull requests

1 participant