[Github-comments] [geany-plugins] ProjectOrganizer: Fix too aggressive symlink cycle detection (e71d268)

Enrico Tröger notifications at xxxxx
Sat Jan 16 18:54:17 UTC 2016


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.
However, g_hash_table_contains() is first available in GLib 2.32.

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().

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/commit/e71d268faceb8bbbb71bd09e176173e02e373f56#commitcomment-15491671
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160116/3414b7bd/attachment.html>


More information about the Github-comments mailing list