Don't export GtkBuilder callbacks anymore
commitbcc7a35c062b947b244b0e9136c55201ef14a23f
authorMatthew Brush <matt@geany.org>
Sun, 19 Oct 2014 23:01:55 +0000 (19 16:01 -0700)
committerThomas Martitz <kugel@rockbox.org>
Tue, 10 Mar 2015 22:10:06 +0000 (10 23:10 +0100)
tree72174e5138b0d6d72ba622150f786e950fb969da
parent1d64d5211fc7c660d9facbc5c927bbce32029863
Don't export GtkBuilder callbacks anymore

They are connected inside the library now rather than using GModule to
find the symbols. Mark local callback handlers as static since they
aren't global or exported anymore, they should be static. Since they're
static now, all of the forward-declarations of the functions local to
callbacks.c are pointless, so just remove them.
src/callbacks.c
src/project.c