summaryrefslogtreecommitdiff
path: root/docs/CODING-STYLE
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update the coding styleEmmanuele Bassi2013-07-091-9/+15
| | | | | | | | We should mention that newly written code should not have the private data pointer in the instance structure, and that private data should be added using the new GObject macros. https://bugzilla.gnome.org/show_bug.cgi?id=702996
* docs: Do not use G_CONST_RETURNJavier Jardón2011-06-101-4/+4
|
* docs: Add a CODING-STYLE documentMatthias Clasen2010-09-231-0/+635
This document mostly codifies the existing GTK+ coding style conventions; it is strongly based on the clutter document of the same name.