summaryrefslogtreecommitdiff
path: root/examples/application7/exampleappprefs.h
Commit message (Collapse)AuthorAgeFilesLines
* examples: use G_DECLARE_FINAL_TYPE in applicationsMohammed Sadiq2016-09-101-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 updatesMatthias Clasen2013-07-241-2/+2
| | | | Make the new examples use GTK+ coding style.
* Add a new example appMatthias Clasen2013-07-201-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.