Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: use G_DECLARE_FINAL_TYPE in applications | Mohammed Sadiq | 2016-09-10 | 1 | -6/+1 |
| | | | | | | | | G_DECLARE_FINAL_TYPE was introduced in glib 2.44. We shall use that now so that lots of boilerplate code can be reduced. https://bugzilla.gnome.org/show_bug.cgi?id=770278 | ||||
* | Getting started: Coding style updates | Matthias Clasen | 2013-07-24 | 1 | -2/+2 |
| | | | | Make the new examples use GTK+ coding style. | ||||
* | Add a new example app | Matthias Clasen | 2013-07-20 | 1 | -0/+20 |
Add a new example to the getting started part of the docs. The focus of this example is on 'new stuff': GtkApplication, templates, settings, gmenu, gaction, GtkStack, GtkHeaderBar, GtkSearchBar, GtkRevealer, GtkListBox, GtkMenuButton, etc. It is being developed in several steps. Each step is put in a separate directory below examples/: application1, ..., application8. This is a little repetitive, but lets us use the code of all examples in the documentation. |