Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Update the coding style | Emmanuele Bassi | 2013-07-09 | 1 | -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_RETURN | Javier Jardón | 2011-06-10 | 1 | -4/+4 |
| | |||||
* | docs: Add a CODING-STYLE document | Matthias Clasen | 2010-09-23 | 1 | -0/+635 |
This document mostly codifies the existing GTK+ coding style conventions; it is strongly based on the clutter document of the same name. |