missing NULL terminator in set_config_x
[geda-gaf.git] / libgeda / HACKING
blobfd4ec0660c73d707371daebc73a8f6d4a247952a
3 Here's what the prefix letters mean:
5         a_ : Action (this was a really poor choice, and will be removed)
6         g_ : Guile related functions
7         i_ : Interface related functions
8         o_ : graphic Object related functions
9         x_ : X related functions
10         f_ : File related functions
11         m_ : Math related functions
12         s_ : data Structure related functions
14         I've tried to keep the function names in the files correct, but
15         sometimes I failed.  (look at libgeda/a_basic.c for an example of
16         a file which has a bunch of functions which shouldn't be in there)
18                                                                 -Ales