summaryrefslogtreecommitdiff
path: root/gobject/pygtype.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use G_CONST_RETURN with a gchar* return value.PYGTK_2_6_0Cedric Gustin2005-02-231-1/+1
* Move the install_template call for pygobject-2.0.pc.in to the right placePYGTK_2_5_4Cedric Gustin2005-02-231-2/+7
* Bug 160452: pyg_value_from_pyobject() does not handle sequence -> GValueArray...Gustavo J. A. M. Carneiro2005-01-091-0/+70
* Bug 160595: pyg_value_from_pyobject() sometimes sets a Python exception, some...Gustavo J. A. M. Carneiro2005-01-091-2/+6
* make threading runtime optionalGustavo J. A. M. Carneiro2004-08-041-9/+9
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-031-3/+1
* Clean up most functions here to have only one return path.Johan Dahlin2004-08-031-10/+11
* Call PyEval_InitThreads. Perhaps its something that always should bePYGTK_2_3_95Johan Dahlin2004-08-021-10/+10
* If we're on python 2.3, also check for PyBool_Type.Johan Dahlin2004-07-281-0/+4
* Update, why do I even bother to update 3 different build systems?Johan Dahlin2004-07-191-3/+0
* gtk/*.overrideJohan Dahlin2004-07-171-2/+5
* New conversion functions that use GParamSpec's declarations of new paramJohn Ehresman2004-07-051-0/+39
* John Ehresman's patch to improve gunichar parameter handlingGustavo J. A. M. Carneiro2004-07-041-0/+45
* G_TYPE_STRV handling; GValueArray conversion fixGustavo J. A. M. Carneiro2004-04-091-2/+3
* Fixes for bug 132704, Patch by John Ehresman.Johan Dahlin2004-03-041-3/+20
* Handle conversion of GValueArray to PyObjectGustavo J. A. M. Carneiro2003-12-261-2/+8
* add a call to PyType_Ready() to make sure the type is initialised (bugJames Henstridge2003-07-311-0/+4
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-261-1/+21
* Make the third argument optional. This broke distutils.Johan Dahlin2003-05-281-2/+0
* add some documentation.James Henstridge2003-03-121-0/+100
* (pyg_value_as_pyobject): when converting G_TYPE_BOOLEAN values toJames Henstridge2002-11-161-12/+13
* if python object is None, set GValue to NULL for boxed, pointer andJames Henstridge2002-11-161-47/+53
* fix up misspelling.James Henstridge2002-08-261-3/+3
* allow None when converting to string GValue (bug picked up by ThomasJames Henstridge2002-08-171-1/+3
* Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugPYGTK_1_99_11James Henstridge2002-07-091-11/+6
* update to use this function. (ArgMatcher.register_boxed): short circuit ifJames Henstridge2002-07-071-0/+4
* copy boxed arguments.James Henstridge2002-06-231-7/+22
* if a value holds a PyObject*, the code that is getting the value isMatt Wilson2002-06-171-3/+9
* the path argument must be a tuple. Ints are not automatically converted toMatt Wilson2002-05-311-6/+9
* add support for G_TYPE_INTERFACE, provided the interface has a prereq onJames Henstridge2002-05-151-6/+27
* add handler for G_TYPE_PARAM (fix bug #81695). (pyg_value_as_pyobject):James Henstridge2002-05-141-35/+43
* fix up property listing.PYGTK_1_99_8James Henstridge2002-03-161-14/+20
* use g_string_append_printf(). (add_property_docs): same here.James Henstridge2002-01-241-19/+14
* (add_signal_docs): only get the class for a type if it is aJames Henstridge2002-01-231-3/+5
* (add_property_docs): fix small bug.James Henstridge2002-01-231-1/+1
* fill in __doc__ descriptorJames Henstridge2002-01-231-1/+190
* move closure stuff here.James Henstridge2002-01-221-0/+205
* don't create boxed_marshal hash table, and remove the type functions movedJames Henstridge2002-01-221-0/+558