summaryrefslogtreecommitdiff
path: root/examples
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.
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-5/+0
| | | | | This is cleaner and faster, and prepares us better for an incoming import of CMPH.
* [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-172-0/+49
|
* Update and remove old cruft.Johan Dahlin2008-08-291-605/+0
| | | | | | | | | | | | | 2008-08-29 Johan Dahlin <johan@gnome.org> * README: * TODO: * examples/gdk-pixbuf.gidl: * libffi.pc.in: Update and remove old cruft. svn path=/trunk/; revision=519
* Basic type cleanupMatthias Clasen2005-05-211-8/+8
|
* new_with_mime+type -> new_with_mime_typeJohan Dahlin2005-05-191-1/+1
|
* Add gdk-pixbuf.gidl as an example, and fix the code to handle it.Matthias Clasen2005-05-191-0/+605