Re: [Geany-devel] [patch] Constify some arguments and fields

2010-04-22 Thread Nick Treleaven
On Wed, 21 Apr 2010 22:51:33 +0200 Colomban Wendling lists@herbesfolles.org wrote: Hi, I'm used to compile my programs with quite strict compiler options [1], and it made me see that the plugin API had some non-const arguments or field where it probably should have const ones - where

[Geany-devel] [patch] Constify some arguments and fields

2010-04-21 Thread Colomban Wendling
Hi, I'm used to compile my programs with quite strict compiler options [1], and it made me see that the plugin API had some non-const arguments or field where it probably should have const ones - where string literals are most likely expected. I think of keybindings_set_item(),