summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS and README, release pygobject 2.21.0PYGOBJECT_2_21_0Gian Mario Tagliaretti2009-12-181-3/+3
|
* Update READMEPYGOBJECT_2_19_0Gian Mario Tagliaretti2009-08-111-2/+8
|
* Only bump to 2.14, not 2.16Johan Dahlin2008-07-261-1/+1
| | | | svn path=/trunk/; revision=857
* Bump required glib version to 2.16Johan Dahlin2008-07-261-7/+7
| | | | | | | | | | | 2008-07-26 Johan Dahlin <johan@gnome.org> * README: * configure.ac: Bump required glib version to 2.16 svn path=/trunk/; revision=856
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-04-29 Johan Dahlin <jdahlin@async.com.br> * README: * configure.ac: * gobject/Makefile.am: * gobject/ffi-marshaller.c: (g_value_to_ffi_type), (g_value_from_ffi_type), (g_cclosure_marshal_generic_ffi): * gobject/ffi-marshaller.h: * gobject/gobjectmodule.c: (create_signal), (init_gobject): * pygobject-2.0.pc.in: * tests/test_signal.py: * tests/testhelpermodule.c: (test1_callback), (test1_callback_swapped), (test2_callback), (test3_callback), (test4_callback), (test_float_callback), (test_double_callback), (test_string_callback), (test_object_callback), (connectcallbacks), (_wrap_connectcallbacks), (inittesthelper): Add a generic CClosure marshaller based on ffi. This makes it possible to connect to signals on PyGObjects from C. libffi is now an optional dependency Fixes #353816 (Edward Hervey) svn path=/trunk/; revision=651
* 2.11.1PYGOBJECT_2_11_1Johan Dahlin2006-08-041-4/+4
|
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-0/+93