We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
vmagnin
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: