summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* WhitespaceJohan Dahlin2008-07-291-0/+1
* Take some creditJohan Dahlin2008-07-292-0/+3
* Add gio.FILE_ATTRIBUTE_* constants and update the examples to use them.Johan Dahlin2008-07-291-2/+2
* Fetch the total and print percentageJohan Dahlin2008-07-291-3/+8
* Remove unused importJohan Dahlin2008-07-291-1/+1
* Refactor the example a bit, use start/stop to access loop so it's easier to r...Johan Dahlin2008-07-291-12/+19
* Handle errors from gfile.read() gracefullyJohan Dahlin2008-07-291-3/+6
* Add a new exampleJohan Dahlin2008-07-281-0/+61
* Add a new API for registering exceptions for a GError domain. Register aJohan Dahlin2008-07-261-3/+3
* Increase to 100 per goJohan Dahlin2008-07-181-1/+2
* improve example: show error message and allow sys.argv[1] to be specifiedJohan Dahlin2008-07-181-3/+13
* Wrap gio.FileEnumerator.next_files_async/next_files_done. Update theJohan Dahlin2008-07-181-3/+9
* Only fetch name, saves a couple of syscalls. Set name to gio._gio soJohan Dahlin2008-07-181-1/+1
* Remove unused importJohan Dahlin2008-07-181-1/+0
* Wrap gio.File.enumerate_children_async, add tests, docstring and anJohan Dahlin2008-07-181-0/+14
* remove trailing whitespaceJohan Dahlin2007-11-061-7/+7
* Add a property helper, fixes #338098Johan Dahlin2007-05-011-31/+19
* Remove .cvsignore archivesJohan Dahlin2007-01-161-2/+0
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-292-1/+32
* reindentJohan Dahlin2006-04-111-4/+4
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-092-0/+3
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-221-3/+1
* add new example to dist.James Henstridge2001-12-181-0/+43
* use __gsignals__ notation here.James Henstridge2001-12-141-3/+4
* 2001-05-06 James Henstridge <james@daa.com.au>James Henstridge2001-05-061-3/+5
* moved rewritten testgtk demo hereJames Henstridge2001-03-301-1/+8
* simple example program that adds a signal to a class, connects a handlerJames Henstridge2001-03-271-0/+20