summaryrefslogtreecommitdiff
path: root/pygtype.c
Commit message (Expand)AuthorAgeFilesLines
* 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 bugJames 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.James 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