| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
leak memory.
|
|
|
|
|
|
|
|
| |
2000-06-29 James Henstridge <james@daa.com.au>
* gobjectmodule.c: use pygobject.h.
* pygobject.h: header for modules that want to use GObject.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
2000-06-28 James Henstridge <james@daa.com.au>
* gobjectmodule.c: add get_data / set_data methods.
Add get_param / set_param methods.
|
|
|
|
|
|
| |
2000-06-27 James Henstridge <james@daa.com.au>
* gobjectmodule.c (pygobject_dealloc): start of gobject wrapper.
|
|
|