<p>In <a href="https://github.com/geany/geany/pull/1038#discussion_r66222046">configure.ac</a>:</p>
<pre style='color:#555'>> @@ -74,14 +74,11 @@ AS_IF([test "x$enable_gtk3" = xyes],
>  AM_CONDITIONAL([GTK3], [test "x$gtk_package" = "xgtk+-3.0"])
>  
>  # GTK/GLib/GIO checks
> -gtk_modules="$gtk_package >= $gtk_min_version glib-2.0 >= 2.28"
> -gtk_modules_private="gio-2.0 >= 2.28 gmodule-no-export-2.0"
> +gtk_modules="$gtk_package >= $gtk_min_version glib-2.0 >= 2.32"
> +gtk_modules_private="gio-2.0 >= 2.32 gmodule-no-export-2.0"
</pre>
<p>It's more subtle than that because this commit set also uses the generic marshaller new in 2.30.  We could generate our own though.</p>

<p>But anyway, we'll probably want upgrading GLib at some point for other reasons, so it might make sense to find a way to have it on Windows GTK2.  It's a fair bit annoying though, as the GTK2 bundle used to be basically all we really needed, and that wouldn't be the same anymore.</p>

<p>Though, it might be fairly easy to pick up GLib only from <a href="http://win32builder.gnome.org/">http://win32builder.gnome.org/</a> and use that one (2.34.3), if it doesn't requires fetching too much extra.  Or merge the GTK2 and GTK3 bundles and rely on GTK versions not having any name clashes.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1038/files/112ef938ff8c100b62c3ca12a608ed44daa365cf#r66222046">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ49ZoDQ5DS9NALVOY1O2aGMj6jUrks5qJooBgaJpZM4Ifw_7">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwNoNCF4xCcLU3RAVM--MtJiqGl1ks5qJooBgaJpZM4Ifw_7.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1038/files/112ef938ff8c100b62c3ca12a608ed44daa365cf#r66222046"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>