| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
| |
Sun Jun 23 11:10:30 2002 Jonathan Blandford <jrb@gnome.org>
* pygboxed.c: Add GBoxed::copy
* pygobject.c (pygobject_init): take kwargs so we can pass
construct-only arguments to our initialization function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-06-23 James Henstridge <james@daa.com.au>
* gtk/gtk.override (_wrap_gtk_tree_sortable_get_sort_column_id):
copy boxed arguments.
* pygobject.h: fix up prototypes.
* gobjectmodule.c (pyg_object_set_property): copy boxed arguments.
* pygobject.c (pygobject_get_property): copy boxed arguments here.
(pygobject_emit): same here.
(pygobject_chain_from_overridden): same here.
* pygtype.c (pyg_value_as_pyobject): add "copy_boxed" argument to
this function.
(pyg_closure_marshal): pass FALSE for copy_boxed argument.
(pyg_signal_class_closure_marshal): same here.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2002-01-28 James Henstridge <james@daa.com.au>
* gobjectmodule.c (pyg_type_register): same code here, if __doc__
hasn't already been set.
(initgobject): don't bother setting __doc__ on GObject here, as
pygobject_register_class() does this for us.
* pygobject.c (pygobject_register_class): need to set the __doc__
descriptor on every class, otherwise it gets lost.
|
|
|