summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples: Make self contained and add build system integration examplesChristoph Reiter2019-11-099-3/+257
| | | | | | | | | | The libgirepository example now is its own meson project. There now is a small library that is buildable with meson and autotools which creates a gir/typelib. Usefull for testing our build system integration and for small experiments. Fixes #287
* build: enable -Wdiscarded-qualifiersChristoph Reiter2018-07-291-4/+4
| | | | | Except for the Python module because nothing in the CPython API is marked const and we'd have to cast everywhere.
* The third parameter of assertion_message is an integer.Danny 'Guru' Forghieri2018-03-101-1/+1
| | | | Signed-off-by: Nirbheek Chauhan <nirbheek@centricular.com>
* Initial work on meson portPatrick Griffis2018-03-101-0/+3
|
* 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