summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: Fix flake8 whitespace errorNirbheek Chauhan2022-07-311-1/+1
* examples/demo: Use require_version to force gtk3Christoph Reiter2020-11-301-0/+7
* flake8: fix errors with new flake8 3.8.0Christoph Reiter2020-05-171-2/+2
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-1/+0
* GTK+ -> GTKChristoph Reiter2019-02-133-5/+5
* examples: fix new flake8 warningsChristoph Reiter2019-01-272-8/+8
* Always use utf-8 and not the default encodingChristoph Reiter2018-04-081-2/+2
* flake8: remove python2 builtin listChristoph Reiter2018-04-071-12/+5
* Remove autotools build systemChristoph Reiter2018-03-261-6/+0
* demo: pep8 fixesChristoph Reiter2017-12-0828-670/+700
* demo: Move demo into examples and dist itChristoph Reiter2017-12-0663-1/+6785
* Fix new PEP8 errorsChristoph Reiter2017-01-092-0/+2
* pyflakes: Fix legacy print and exception usage under Python 3Simon Feltman2014-07-251-6/+6
* examples/option.py: Port to GI and Python 3Martin Pitt2013-05-241-19/+19
* [API add] Add Signal class for adding and connecting custom signals.Simon Feltman2012-09-031-10/+24
* Drop git.mkDaniel Narvaez2012-07-241-3/+0
* PEP8: Fix indentationMartin Pitt2012-06-222-17/+15
* PEP8: Remaining whitespace fixesJohan Dahlin2012-03-221-2/+2
* PEP8: Fix whitespace around operatorsJohan Dahlin2012-03-221-4/+4
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-224-25/+38
* PEP8: Remove spaces around = for keyword argumentsJohan Dahlin2012-03-221-2/+2
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-1/+1
* Renamed "property" class to "Property"Simon Feltman2012-03-161-3/+3
* Drop legacy __gobject_init__ method of GObject.Object.Steve Frécinaux2011-09-131-2/+0
* Examples: fix cairo-demo.py importsDieter Verfaillie2011-09-091-3/+3
* Updated signal example to use GObject introspectionTimo Vanwynsberghe2011-08-181-5/+4
* Updated properties example to use GObject introspectionTimo Vanwynsberghe2011-08-181-7/+7
* Fixed the cairo exampleTimo Vanwynsberghe2011-07-071-4/+2
* Remove last GIO-related bitsSimon van der Linden2011-02-112-110/+0
* Remove .gitignore files and use git.mkIgnacio Casal Quinteiro2011-01-271-0/+2
* Make an example and a demo work out of the boxPaul Bolle2010-07-301-0/+2
* PyGI: properly quit cairo-demoPaul Bolle2010-07-301-1/+1
* Merge back pygiJohan Dahlin2010-06-202-1/+122
* 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