chiark / gitweb /
Added declaration to get rid of a couple of warnings.
[clg] / glib / gobject.lisp
2005-02-27 espenChanged the way initargs are handled when merging slot...
2005-02-10 espenFixes needed to enable loading without first comiling...
2005-02-03 espenChanges required by SBCL
2005-02-01 espenIntrospected classes now defined in propper order
2005-01-30 espenAdded UNSET-USER-DATA
2005-01-12 espenBug fix
2005-01-03 espenSmall changes
2004-12-29 espenAdded allocation :USER-DATA to the metaclass GOBJECT...
2004-12-28 espenAdded pseudo type 'referenced' and a few other changes
2004-12-21 espenAllocate GObjects only if not done in INITIALIZE-INSTAN...
2004-12-16 espenAdding :unbound arg to virtual slots. Misc cleanup
2004-11-12 espenSmall loop improvement
2004-11-09 espenFinalization of gobjects should work now
2004-11-09 espenObject finalization optimized
2004-11-07 espenChanged metaclass of gobject from ginstance-class to...
2004-11-07 espenAdded abstraction layer for C callback functions
2004-11-06 espenMajor cleanup of ffi abstraction layer
2004-11-03 espenCorrect reference counting of gobjects
2004-10-31 espenAdded properties to interface classes
2004-10-28 espenFixed gvalue leakage
2004-10-27 espenUpdated for CMUCL 19a and glib-2.4
2002-04-02 espenWorkaround for wrong topological sorting of auto define...
2002-03-24 espenAdded bindings to GObject ref/unref functions
2002-01-20 espenAdding support for glib interfaces (GInterface)
2001-10-21 espenUpdated for gtk+-1.3.9 and misc changes
2001-05-29 espenMisc changes the type query code
2001-05-11 espenAdded code for automatic type definitions
2001-04-29 espenChanged define-foreign to defbinding
2001-04-29 espenUpdated for glib-1.3.4
2001-01-28 espenAdded :param slot allocation to gobject-class
2000-11-09 espenMoved callback mechanism and signal system from gtk...
2000-08-23 espenMoved object user data from gtk to glib
2000-08-14 espenInitial revision