summaryrefslogtreecommitdiff
path: root/gi/overrides/Gio.py
Commit message (Expand)AuthorAgeFilesLines
* gtk: Add override for Gtk.CustomSorter.set_sort_funcwip/jfelder/gtk4-sort-list-modelJean Felder2020-12-051-14/+3
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-5/+4
* gio overrides: emit a warning when creating various dbus types without a cons...Christoph Reiter2019-01-181-9/+68
* Gio.ListStore overrides: use splice() when adding/removing many items with ne...Christoph Reiter2018-08-161-10/+25
* Add ActionMap and ActionMap.add_action_entries() to overrides. Fixes #29yangfl2018-05-031-0/+78
* Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted. Fixes #130gio-liststore-sortChristoph Reiter2018-04-211-0/+20
* Gio.Settings: support range types in __setitem__. Fixes #134Christoph Reiter2018-04-171-0/+7
* Gio.Settings: implement __iter__Christoph Reiter2018-04-171-0/+4
* Gio.ListModel: implement most of the mutable sequence protocol. See #115Christoph Reiter2018-04-171-0/+106
* Install a default SIGINT handler for functions which start an event loopChristoph Reiter2017-12-041-3/+4
* Make Python OS signal handlers run when an event loop is idlingChristoph Reiter2017-12-041-0/+12
* overrides: warn on instantiation of Gio.VolumeMonitorChristoph Reiter2017-03-281-0/+19
* Fix new PEP8 errorsChristoph Reiter2017-01-091-0/+2
* PEP8 fixesSimon Feltman2014-05-021-2/+2
* Add deprecation warnings and cleanup class initializer overridesSimon Feltman2013-11-121-3/+3
* [API add] Add get_introspection_module for getting un-overridden modulesSimon Feltman2012-10-251-2/+2
* Gio overrides: Handle setting GSettings enum keysMartin Pitt2012-10-111-1/+8
* [API add] Override g_menu_item_set_attributePaolo Borelli2012-08-221-0/+10
* PEP8: Fix indentationMartin Pitt2012-06-221-4/+7
* GSettings: allow extra keyword argumentsGiovanni Campagna2012-04-301-2/+2
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+4
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-2/+2
* [gi-overrides] fix exception block so it works in Python 2.5John (J5) Palmieri2011-03-211-1/+4
* [gi] Do not require signature for D-BUS methods without argumentsMartin Pitt2011-03-151-1/+15
* [gi] Add Pythonic gdbus method invocationMartin Pitt2011-02-191-0/+99
* [gi] Provide comfortable GSettings APIMartin Pitt2011-02-081-0/+54
* [gi] fix Gio.FileEnumerator to reflect the Python 3 iter protocolJohn (J5) Palmieri2011-01-261-1/+5
* Python iterator interface support for GFileEnumerator.Tony Young2011-01-191-0/+41