summaryrefslogtreecommitdiffstats
path: root/gobject/gobjectmodule.c
Commit message (Expand)AuthorAgeFilesLines
...
* s/is_last/is_end/James Henstridge2001-03-241-1/+1
* Still broken. Needs more updatingJames Henstridge2001-03-181-33/+218
* destroy window on button's clicked signal rather than destroy signal.PYGTK_0_6_7GNOME_PYTHON_1_4_0James Henstridge2000-12-141-35/+64
* start of a revamped testgtk example, similar to the new one in gtk.James Henstridge2000-11-111-1/+5
* change code generator to pass bases in as a tuple rather than a singleJames Henstridge2000-11-091-4/+4
* add a special case for converting GObject -> G_OBJECT.James Henstridge2000-11-081-4/+4
* reorder parameters to make it work with latest glib. (pygobject_connect*):James Henstridge2000-10-301-7/+7
* init as module gtk._gtk. Using just _gtk doesn't seem to work with pythonJames Henstridge2000-10-301-1/+140
* remove gtk_signal_set_funcs call.James Henstridge2000-10-261-2/+166
* new function for registering functions to marshal boxed GValues to/fromJames Henstridge2000-10-261-1/+133
* include <glib-object.h> rather than <gobject/...>James Henstridge2000-10-251-2/+0
* more updates.James Henstridge2000-10-251-1/+2
* add a field just to test pygobject_getattro. It isn't working quiteJames Henstridge2000-10-251-7/+9
* add support for GdkDevice and convert function names to lowercase.James Henstridge2000-10-241-12/+48
* (pygobject_[gs]et_param): free the GValue afterwards so as not toJames Henstridge2000-06-291-1/+5
* use pygobject.h.James Henstridge2000-06-291-13/+17
* 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
* add get_data / set_data methods. Add get_param / set_param methods.James Henstridge2000-06-271-0/+85
* start of gobject wrapper.James Henstridge2000-06-271-0/+528