summaryrefslogtreecommitdiffstats
path: root/gobject/gobjectmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 353039 – Failure in signal emission during do_set_property invoked from...Gustavo J. A. M. Carneiro2006-08-271-5/+11
* type registration fixGustavo J. A. M. Carneiro2006-08-261-2/+74
* fix interface registrationGustavo J. A. M. Carneiro2006-08-171-31/+31
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-3/+5
* interface implementation fixGustavo J. A. M. Carneiro2006-07-091-10/+10
* missing iinfo.interface_data, needed for interface implementationGustavo J. A. M. Carneiro2006-07-091-1/+4
* gobject.filename_from_utf8Gustavo J. A. M. Carneiro2006-06-241-2/+27
* Bindings for g_filename_display_basename and g_filename_display_name;Gustavo J. A. M. Carneiro2006-06-241-4/+42
* Add support for retrieving signal and propertie info from interface types.John Finlay2006-06-231-42/+75
* Fix two leaks in error cases, found by Coverity.Johan Dahlin2006-06-041-0/+2
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-281-3/+3
* Add new pyg_add_warning_redirection and pyg_disable_warning_redirections APIs...Gustavo J. A. M. Carneiro2006-05-071-12/+63
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-011-1/+14
* Bug 340160 – g_spawn wrapper thinks GPid is an intGustavo J. A. M. Carneiro2006-05-011-1/+71
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-291-0/+17
* wrap on 80 linesJohan Dahlin2006-04-111-54/+107
* Move over almost all GType constants from C to Python.Johan Dahlin2006-04-111-24/+2
* Move GObjectMeta from C to python-landGustavo J. A. M. Carneiro2006-04-111-9/+14
* Turn gobject into a package; move _gobject to gobject._gobject andJohan Dahlin2006-04-111-2/+2
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Andy Wingo2006-04-111-1/+1
* Bug 334318 – gtk.AboutDialog crashes with 'authors' parameter as string ins...Gustavo J. A. M. Carneiro2006-04-011-3/+5
* Don't call g_value_init since the other *_to_gvalue methods expect anChristopher Aillon2006-01-151-1/+0
* Warn if io callback returns None: almost always this is an errorGustavo J. A. M. Carneiro2006-01-141-0/+6
* Add add/remove_emission_hook and tests. Fixes #325977Johan Dahlin2006-01-131-1/+138
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-111-3/+97
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-3/+7
* Remove deprecation warningJohan Dahlin2005-11-131-13/+1
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Manish Singh2005-11-031-0/+23
* fix segfaul on error return in gobject.newGustavo J. A. M. Carneiro2005-10-011-4/+4
* Undeprecate for now.Johan Dahlin2005-09-291-10/+12
* Include the object and the name of the signal in TypeErrorsJohan Dahlin2005-09-221-1/+3
* Add gobject.Warning Warning subclass and redirect all g_log messages forJohn Ehresman2005-09-161-0/+26
* better error messages when registering propertiesGustavo J. A. M. Carneiro2005-09-131-0/+10
* [Bug 315100] gobject.type_register if parameter is not a typeGustavo J. A. M. Carneiro2005-09-021-1/+1
* Also include interfaces, fixes #315038Johan Dahlin2005-09-021-2/+8
* Refactor to allow us to list signals on interfaces.Johan Dahlin2005-08-261-18/+18
* some memory fixes in type registrationGustavo J. A. M. Carneiro2005-08-251-6/+9
* Added sources so gobject module will compile, fixed enable/disable threadPYGTK_2_7_4John Ehresman2005-08-241-0/+1
* Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodu...Johan Dahlin2005-08-241-1/+1
* Fixes bug #312337PYGTK_2_7_2Mark McLoughlin2005-08-021-2/+6
* gobject/pygobject-private.h Add a convenience functionManish Singh2005-08-011-11/+2
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-311-1/+2
* don't deprecate gobject.type_register, just give a warning if trying to regis...Gustavo J. A. M. Carneiro2005-07-301-12/+12
* Don't register PyObject unconditionally, fixes #303797 (Yevgen Muntyan)Johan Dahlin2005-07-301-3/+4
* Fixes Bug 311309: subclassing gtk.Bin reports...Gustavo J. A. M. Carneiro2005-07-301-4/+1
* Remove pre python 2.3.5 compatibility. Simplifies thread handling.Johan Dahlin2005-07-171-46/+2
* Allow enums to be specified in the constructor Return flags or enum objectJohan Dahlin2005-07-151-3/+15
* Raise an exception if a construct only property is set after constructionJohan Dahlin2005-07-101-1/+3
* gobject/pygobject-private.h gobject/gobjectmodule.c gobject/Makefile.amManish Singh2005-07-101-14/+39
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-4/+168