Use full function name for GeanyFunctions function pointers. This
commit902171703160b076d9b9c4c43403b813ef5d5d6c
authorNick Treleaven <nick.treleaven@btinternet.com>
Mon, 25 Jan 2010 15:53:54 +0000 (25 15:53 +0000)
committerNick Treleaven <nick.treleaven@btinternet.com>
Mon, 25 Jan 2010 15:53:54 +0000 (25 15:53 +0000)
treed252e452cbaeef46a94556f8b8d3238f22ec1540
parent42ba9f41c8cde6159d72960861b97d78e0bffafe
Use full function name for GeanyFunctions function pointers. This
avoids naming conflicts e.g. with C++'s 'new' keyword.
Remove deprecated header pluginmacros.h - use geanyfunctions.h instead.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4552 ea778897-0a13-0410-b9d1-a72fbfd435f5
12 files changed:
ChangeLog
doc/Doxyfile.in
doc/pluginsymbols.c
plugins/Makefile.am
plugins/geanyfunctions.h
plugins/genapi.py
plugins/pluginmacros.h [deleted file]
src/highlighting.c
src/highlighting.h
src/plugindata.h
src/sciwrappers.c
wscript