summaryrefslogtreecommitdiff
path: root/pygobject.h
Commit message (Expand)AuthorAgeFilesLines
* Prevent warnings in Python 2.3Gustavo J. A. M. Carneiro2004-04-151-0/+4
* This is a function, not a method.Johan Dahlin2004-03-271-0/+12
* same here.James Henstridge2003-07-241-2/+4
* the GObject should own a ref to the wrapper. (pygobject_new): get rid ofJames Henstridge2003-03-071-1/+0
* don't need to manually sink. (_wrap_gtk_tree_view_column_new): same here.James Henstridge2002-08-181-26/+29
* Reworking of Arjan Molenaar's (arjanmolenaar@hetnet.nl) patch from bugJames Henstridge2002-07-091-0/+3
* copy boxed arguments.James Henstridge2002-06-231-1/+1
* register pointer types as well.James Henstridge2002-02-051-1/+18
* add overriden implementation that allows threads while waiting, so someJames Henstridge2002-01-071-0/+3
* handler for registering thread block/unblock funcs.James Henstridge2002-01-071-0/+19
* always print and clear the exceptions in callback marshalers. People whoMatt Wilson2001-12-131-5/+0
* use pyg_error_check to raise the exception. Now the domain and codeJames Henstridge2001-12-021-0/+3
* added start of atk wrapperMatt Wilson2001-11-271-0/+4
* added PyGFatalExceptionFunc typedef, API wrapper forMatt Wilson2001-11-151-0/+7
* use pyg_type_from_object instead. Based on patch from Elliot.James Henstridge2001-09-281-9/+8
* uncomment this now it has a boxed type.python22-branch-anchorJames Henstridge2001-09-201-1/+1
* rename from new, so that the header is includable in C++ programs.PYGTK_1_99_1James Henstridge2001-09-201-2/+2
* export this function.James Henstridge2001-09-181-4/+6
* add test use of add_constants.James Henstridge2001-09-141-0/+7
* same change.James Henstridge2001-09-141-2/+2
* remove dead code for GtkArg handling, etc. (also tidied up references toJames Henstridge2001-06-251-0/+3
* more fixups to use pyg_type_from_object.James Henstridge2001-06-231-1/+4
* new arg type for GType and GtkType args that uses pyg_type_from_object.James Henstridge2001-06-221-0/+4
* function to register a new boxed type ExtensionClass. (pyg_boxed_new): newJames Henstridge2001-06-081-1/+20
* Still broken. Needs more updatingJames Henstridge2001-03-181-0/+1
* change code generator to pass bases in as a tuple rather than a singleJames Henstridge2000-11-091-1/+1
* new function for registering functions to marshal boxed GValues to/fromJames Henstridge2000-10-261-9/+13
* include <glib-object.h> rather than <gobject/...>James Henstridge2000-10-251-1/+1
* actually initialise the gobject stuff for gtk._gtk.James Henstridge2000-07-031-2/+2
* call the correct ExtensionClass check macro.James Henstridge2000-07-031-1/+1
* use PyGObject rather than PyGtk_Object.James Henstridge2000-07-021-0/+1
* use pygobject.h.James Henstridge2000-06-291-0/+69