summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use PyGObject rather than PyGtk_Object.James Henstridge2000-07-021-0/+1
| | | | | | | | | | 2000-07-03 James Henstridge <james@daa.com.au> * codegen/argtypes.py (ObjectArg.write_param): use PyGObject rather than PyGtk_Object. * pygobject.h (pygobject_check): add check function. Just a wrapper around ExtensionClassSubclassInstance.
* (pygobject_[gs]et_param): free the GValue afterwards so as not toJames Henstridge2000-06-291-1/+5
| | | | leak memory.
* use pygobject.h.James Henstridge2000-06-292-13/+86
| | | | | | | | 2000-06-29 James Henstridge <james@daa.com.au> * gobjectmodule.c: use pygobject.h. * pygobject.h: header for modules that want to use GObject.
* Added GObject.queue_param_changed methodJames Henstridge2000-06-281-0/+13
|
* add get_data / set_data methods. Add get_param / set_param methods.James Henstridge2000-06-281-1/+19
| | | | | | | | | | | 2000-06-28 James Henstridge <james@daa.com.au> * gobjectmodule.c: add get_data / set_data methods. Add get_param / set_param methods. (pygobject__init__): simple init function for GObjects. Doesn't handle params yet. (pygobject_register_wrapper): don't ref the GObject -- it isn't like GtkObjects where we ref/sink them.
* add get_data / set_data methods. Add get_param / set_param methods.James Henstridge2000-06-271-0/+85
| | | | | | | 2000-06-28 James Henstridge <james@daa.com.au> * gobjectmodule.c: add get_data / set_data methods. Add get_param / set_param methods.
* start of gobject wrapper.James Henstridge2000-06-271-0/+528
| | | | | | 2000-06-27 James Henstridge <james@daa.com.au> * gobjectmodule.c (pygobject_dealloc): start of gobject wrapper.
* pull more stuff from extension-class-branchJames Henstridge2000-06-261-0/+60