b4n left a comment (geany/geany-plugins#1476) > I left `g_uri_to_string_partial()` to you :-P.
Hum, actually this looks fine. Let me explain: * the whole [`GUri` API](https://docs.gtk.org/glib/struct.Uri.html) is new in 2.66, not just this function * libsoup3's [soup_message_get_uri()](https://libsoup.gnome.org/libsoup-3.0/method.Message.get_uri.html) returns a `GUri`, so it ought to mean libsoup3 depends on GLib >= 2.66 * the plugin properly depend on libsoup3 already, so cannot be built otherwise. So I don't see anything else I could do, but add a explicit dependency on GLib 2.66, although it's moot because the libsoup3 one ought to bring it. Opinions? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1476#issuecomment-3063828748 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1476/[email protected]>
