Commit graph

10 commits

Author SHA1 Message Date
Georges Basile Stavracas Neto
a4746a90c7 docs: Remove trailing space from code example 2018-06-19 16:29:04 +00:00
Georges Basile Stavracas Neto
baf161085f docs: Document more of the code style 2018-06-19 14:44:57 +00:00
Georges Basile Stavracas Neto
9cc248a1af docs: Improve code style guideline 2018-05-29 13:50:17 -03:00
Georges Basile Stavracas Neto
057610e982 docs: Fix code block 2018-05-13 19:45:52 +00:00
Georges Basile Stavracas Neto
8ae16f34f6 docs: Document style of comments 2018-05-12 20:56:06 -03:00
Georges Basile Stavracas Neto
70b346d8b5 project: Add coding style and contribution guidelines
And also update the README file.
2018-05-02 23:00:31 -03:00
Rodrigo Moya
a0672cb9ad Remove API reference, as it's incomplete and going away for next cycle 2011-04-01 18:42:27 +02:00
Thomas Wood
e2f944a66a configure: Group pkg-config checks based on how they are used
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.

https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Thomas Wood
95143ad4c7 Fix various issues raised by running distcheck 2010-05-21 14:48:34 +01:00
Thomas Wood
b4fdb6db4f Add libgnome-control-center with two new classes: CcShell and CcPanel
CcShell is an abstract class that represents an instance of a control
center shell. It provides access to some of the properties of the shell
that panels will need to read or change. When a panel is created it has an
instance of CcShell available that represents the current shell.

CcPanel is an abstract class used to implement panels for the shell. A
panel contains a collection of related settings that are displayed within
the shell window.
2010-05-18 16:09:26 +01:00