summaryrefslogtreecommitdiff
path: root/gobject/pygobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of compiler warnings.pygobject-2-12Gustavo J. A. M. Carneiro2007-03-171-2/+2
* Release the GIL when calling g_object_set_property, since setting aEdward Hervey2007-03-031-0/+3
* set __module__ on gobject derived types, fixes #376099Johan Dahlin2006-11-181-2/+12
* Revert accidentally commited changesJohan Dahlin2006-11-181-1/+1
* Add a test for #375589Johan Dahlin2006-11-181-1/+1
* Python 2.5, int vs ssize_tGustavo J. A. M. Carneiro2006-10-031-30/+39
* Add infrastructure for lazy type registration, fixes #Johan Dahlin2006-07-131-2/+9
* gobject.new fix for 'subsubtype' caseGustavo J. A. M. Carneiro2006-05-281-4/+10
* Bug 341174 – Be more specific in set/get_property error messagesGustavo J. A. M. Carneiro2006-05-201-5/+7
* Fix #154845, add tests and a private method.Johan Dahlin2006-04-291-0/+99
* Move GObjectMeta from C to python-landGustavo J. A. M. Carneiro2006-04-111-89/+3
* update a commentGustavo J. A. M. Carneiro2006-03-191-2/+1
* pygobject_register_class api compat. fixGustavo J. A. M. Carneiro2006-01-131-7/+33
* ignore interfaces from .defs, discover them at runtimeGustavo J. A. M. Carneiro2006-01-131-40/+60
* We always need to free interfaces since its a null terminated array.Johan Dahlin2005-11-151-1/+1
* plug leak; add glade test; fix warning messageGustavo J. A. M. Carneiro2005-11-091-2/+2
* Fix gcc 4.0 warnings.PYGTK_2_8_1Johan Dahlin2005-10-031-2/+2
* Check if the gobject is initialized, partly fixes #96658Johan Dahlin2005-10-031-1/+59
* Include the object and the name of the signal in TypeErrorsJohan Dahlin2005-09-221-6/+18
* Remove unneeded g_strdup.PYGTK_2_8_0John Ehresman2005-08-291-3/+2
* some memory fixes in type registrationGustavo J. A. M. Carneiro2005-08-251-4/+9
* In the meta-class __init__ method, register a class as a gtype iffJohn Ehresman2005-08-241-15/+11
* Added sources so gobject module will compile, fixed enable/disable threadPYGTK_2_7_4John Ehresman2005-08-241-1/+1
* Use the generic setattr protocol instead of getting the module'sPYGTK_2_7_3Andy Wingo2005-08-091-3/+2
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-311-4/+13
* Bug 311226: Metaclass registration causes breakage with old constructorsGustavo J. A. M. Carneiro2005-07-221-0/+6
* We have atomic ref counting in glib now, remove block/unblocking aroundJohan Dahlin2005-07-171-6/+0
* Raise an exception if a construct only property is set after constructionJohan Dahlin2005-07-101-29/+40
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-7/+11
* correct PyGProps[Iter] sizesGustavo J. A. M. Carneiro2005-07-091-3/+3
* Add GObject support, patch mostly based on Iñaki and Gustavos work.Johan Dahlin2005-07-081-0/+345
* Add support for specifying name for a GObject subclass, usingJohan Dahlin2005-07-051-7/+28
* fix docstring typoJohan Dahlin2005-07-041-1/+1
* Fix typo in documentation string. Fixes #171910 (Tuure Laurinolli and GianJohan Dahlin2005-06-201-1/+1
* fix registration of already registered types through the gobject metaclassGustavo J. A. M. Carneiro2005-05-291-1/+8
* gquark initialization cleanupGustavo J. A. M. Carneiro2005-05-281-16/+0
* Bug 128765: GObject metaclassGustavo J. A. M. Carneiro2005-05-221-1/+62
* revert accidental commitGustavo J. A. M. Carneiro2005-05-221-39/+1
* Bug 165373: crash due to extra Py_XDECREF in gtk.TreeView.map_expanded_rowsGustavo J. A. M. Carneiro2005-05-221-1/+39
* Unbreak buildJohan Dahlin2004-11-271-1/+3
* Make sure type is a type and sinkfunc isn't NULL.Johan Dahlin2004-11-231-1/+4
* allow override of some more slotsGustavo J. A. M. Carneiro2004-08-201-7/+0
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-12/+12
* remove unused variableGustavo J. A. M. Carneiro2004-08-031-1/+0
* More minor threading fixesJohan Dahlin2004-08-031-4/+3
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-031-5/+1
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-12/+19
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-021-0/+5
* New gettersJohan Dahlin2004-07-181-10/+2
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-051-2/+2