summaryrefslogtreecommitdiff
path: root/pygobject.c
Commit message (Expand)AuthorAgeFilesLines
* add doc comments.James Henstridge2003-03-131-0/+71
* the GObject should own a ref to the wrapper. (pygobject_new): get rid ofJames Henstridge2003-03-071-68/+49
* Unblock threads before invalidating our closures, since this might triggerJon Trowbridge2003-03-041-0/+4
* In my fix for bug #102756 on 2003-01-08, I should have used calls toJon Trowbridge2003-01-171-5/+5
* Wrap Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS around the call toJon Trowbridge2003-01-081-1/+7
* (pygobject_chain_from_overridden): check ifJames Henstridge2002-12-241-0/+6
* add abstract type check here too. (pygobject_init): make this code moreJames Henstridge2002-12-241-59/+46
* set up closure correctly. Fix from bug #96922.James Henstridge2002-11-161-2/+2
* don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.James Henstridge2002-08-181-3/+39
* These changes help with win32 compat.James Henstridge2002-07-121-2/+2
* Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugJames Henstridge2002-07-091-7/+92
* apply another memory leak fix from Arjan (from bug #87413).James Henstridge2002-07-081-0/+4
* add __grefcount__ property.James Henstridge2002-07-071-1/+8
* Add GBoxed::copyJonathan Blandford2002-06-241-1/+67
* copy boxed arguments.James Henstridge2002-06-231-3/+3
* same code here, if __doc__ hasn't already been set. (initgobject): don'tJames Henstridge2002-01-281-0/+4
* (add_property_docs): fix small bug.James Henstridge2002-01-231-0/+817