Use GeanyFindFlags instead of plain integer when expecting Geany find flags
commitdc140165ae1022d518984a1e7a3bc7862e528cc4
authorColomban Wendling <ban@herbesfolles.org>
Tue, 19 Aug 2014 01:42:58 +0000 (19 03:42 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Tue, 19 Aug 2014 01:42:58 +0000 (19 03:42 +0200)
tree7eed815cbd6e0adabe90a66591cadc867ed0ab29
parentbdc0f720e7509ca3fcd65b0c3dab051f1efc9a53
Use GeanyFindFlags instead of plain integer when expecting Geany find flags

This makes the API more obvious on what argument is expected, and avoid
confusion between Geany and Scintilla find flags.
src/callbacks.c
src/document.c
src/document.h
src/search.c
src/search.h