summaryrefslogtreecommitdiff
path: root/gi/overrides/GObject.py
Commit message (Expand)AuthorAgeFilesLines
* docs: Standardize Python doc stringsSimon Feltman2014-03-151-13/+26
* Move Python glib options module into gi packageSimon Feltman2014-01-141-1/+1
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-141-3/+4
* docs: Replace usage of functools.wraps with a custom versionSimon Feltman2013-12-311-2/+1
* Cleanup overzealous new and init implementationsSimon Feltman2013-11-121-3/+0
* Remove overrides for supporting pre-3.10 GObject signal functionsSimon Feltman2013-10-191-67/+9
* Remove PyGObjectWeakRef now that g_binding_unbind existsSimon Feltman2013-10-141-0/+19
* Fix GObject signal methods to work with new annotationsSimon Feltman2013-09-021-40/+66
* Override GValue.set/get_boxed with static C marshalerSimon Feltman2013-07-241-0/+9
* Don't use doctest syntax in docstrings for examplesMartin Pitt2013-07-031-4/+4
* Deprecate GLib and GObject threads_initSimon Feltman2013-03-271-1/+1
* Optimize GValue.get/set_value by setting GValue.g_type to a localSimon Feltman2013-02-281-47/+51
* Fix crashes in various GObject signal handler functionsSimon Feltman2013-02-221-36/+122
* Move various signal methods from static bindings to gi and pythonSimon Feltman2013-02-031-13/+31
* Add tests for vfunc object arguments and returnsSimon Feltman2013-01-301-5/+10
* Define GObject.TYPE_VALUE gtype constantMartin Pitt2013-01-171-1/+3
* Add override for GValueBastian Winkler2013-01-141-1/+126
* Fix leaks with GValues holding boxed and object typesSimon Feltman2012-11-111-0/+9
* Add GObject.G_MINSSIZEMartin Pitt2012-11-091-1/+1
* Replace GObject notify methods with introspection and pythonSimon Feltman2012-11-071-5/+56
* Add support for overriding GObject.ObjectSimon Feltman2012-11-071-0/+74
* Move G_MIN/MAX constants into GObject overridesMartin Pitt2012-11-051-0/+9
* Replace static OPTION_* constants with GIMartin Pitt2012-11-051-1/+1
* Move gobject static functions and constants to giSimon Feltman2012-11-051-2/+206
* [API change] Remove static filename_from_utf8() bindingMartin Pitt2012-11-031-1/+2
* Drop static glib_version and pyglib_version constantsMartin Pitt2012-11-031-1/+2
* Drop static G_MININT8 and related constantsMartin Pitt2012-11-031-0/+17
* Remove static get_current_time() bindingMartin Pitt2012-10-281-1/+1
* Remove static child_add_watch() bindingMartin Pitt2012-10-281-1/+1
* Remove static io_add_watch() bindingMartin Pitt2012-10-261-1/+2
* Drop static SPAWN_* constantsMartin Pitt2012-10-241-1/+5
* Drop static IO_* constantsMartin Pitt2012-10-241-1/+7
* Remove static idle_add/timeout_add bindingsMartin Pitt2012-10-241-1/+2
* Mark GLib API that is exposed in GObject as deprecatedMartin Pitt2012-10-241-1/+2
* Remove static MainLoop, MainContext, and some GSource bindingsMartin Pitt2012-10-241-1/+9
* Drop unnecessary static _glib bindingsMartin Pitt2012-10-231-0/+32