blob: 430e0ff7b76dc131783b6d2da2c1504522aba014 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
In order to keep the code nice and clean we have a few requirements you'll
need to stick to in order to get your patch accepted:
- use 8-space tabs for indentation
- curly brackets are on a new line
- please compare with NULL or FALSE isntead of using "!"
- callback functions have a suffix _cb
Comment blocks are written like this:
/**
* bla_bla_cb: This is an example comment block
*/
Do NOT commit to this module without permission from me
(marco@it.gnome.org)
|