<p>Unfortunately this breaks compability with the minimum GTK/GLib requirements. G-P uses the same minimum GTK/GLib versions as Geany and for GLib this is currently 2.28.<br>
However, g_hash_table_contains() is first available in GLib 2.32.</p>

<p>You could either tell autotools to build the plugin only if GLib 2.32 is available (i.e. depend on it) or maybe write some simple compatibily function to implement g_hash_table_contains() when GLib < 2.32 is used. I guess this can be easily done using g_hash_table_foreach() or maybe g_hash_table_lookup().</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/commit/e71d268faceb8bbbb71bd09e176173e02e373f56#commitcomment-15491671">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6l5wi515NH_BH_xZadO6nyr25bQks5paolZgaJpZM4HGUt4.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-plugins/commit/e71d268faceb8bbbb71bd09e176173e02e373f56#commitcomment-15491671"></link>
  <meta itemprop="name" content="View Commit"></meta>
</div>
<meta itemprop="description" content="View this Commit on GitHub"></meta>
</div>