Replace dynamic exports with codegen for GtkBuilder callbacks
commit1d64d5211fc7c660d9facbc5c927bbce32029863
authorMatthew Brush <matt@geany.org>
Sun, 19 Oct 2014 20:49:58 +0000 (19 13:49 -0700)
committerThomas Martitz <kugel@rockbox.org>
Tue, 10 Mar 2015 22:10:06 +0000 (10 23:10 +0100)
treeb4d83dbeb23ff08924992f6617a0fdbf9c4e1799
parenteb36500ac425c2b4f038bbcb1d3e38f353f0402c
Replace dynamic exports with codegen for GtkBuilder callbacks

This prevents having to export those callbacks and put them in the
global namespace. Also, use inline shell script in Makefile.am instead
of a Python script which should be more portable (by default) and gets
rid of the helper script.
m4/geany-lib.m4
scripts/dynamicsymbols.py [deleted file]
src/Makefile.am
src/callbacks.c
src/callbacks.h
src/dynamicsymbols.list [deleted file]
src/signalconn.c.in [new file with mode: 0644]
src/ui_utils.c