summaryrefslogtreecommitdiff
path: root/examples/glib-print.c
Commit message (Collapse)AuthorAgeFilesLines
* Reformat code to GNU styleMartin Pitt2013-02-271-28/+32
| | | | | This was achieved by running "indent -gnu -i2 -nut -l120" over C files which use a different style, and manually fixing pointer declarations and modelines.
* Drop calls to g_type_init()Colin Walters2012-10-161-2/+0
| | | | And bump our GLib requirement.
* [GIRepository] Rename GArgument to GIArgumentJohan Dahlin2010-08-311-3/+3
| | | | | Keep a typedef for backwards compatibility, until the major bindings has moved over.
* Unref the GIBaseInfo after usageJohan Dahlin2009-02-171-0/+2
|
* Add a simple invokation exampleJohan Dahlin2009-02-171-0/+44