Typo.
[cl-gtk2.git] / glib / gobject.foreign-gobject-subclassing.lisp
2013-08-30 Olof-Joachim FrahmAdd two more DEFCTYPES to fix warnings.
2010-02-16 Dmitry KalyanovMore correct usage of CLOS MOP: add call to ENSURE...
2010-02-15 Dmitry KalyanovMore correct usage of CLOS MOP: add call to ENSURE...
2010-02-14 Dmitry KalyanovUse new GType designators
2010-02-03 Dmitry KalyanovUse new GType designators
2009-10-16 Dmitry KalyanovAdd impl-call option to define-vtable
2009-10-14 Dmitry KalyanovRefactoring of gobject:define-vtable
2009-10-04 Dmitry KalyanovFix some compilation warnings
2009-09-05 Dmitry Kalyanovglib: more debugging logs for gobject creation; fixed...
2009-09-05 Dmitry KalyanovChange weak reference to toggle references
2009-09-04 Dmitry KalyanovUse 'toggle references'; remove custom denaturation...
2009-08-08 Dmitry Kalyanovfixed harmless style-warnings
2009-08-08 Dmitry Kalyanovglib: add glib-defcallback macro to be able to work...
2009-07-12 Dmitry KalyanovRename: s/gtype/g-type/g, s/gvalue/g-value/g
2009-07-12 Dmitry KalyanovSeparate enum and signals from gobject.type-info.object...
2009-07-12 Dmitry Kalyanovrefactoring: separated gobject.ffi with ffi definitions
2009-07-08 Dmitry KalyanovAdd at-init calls to define-g-enum and define-g-flags...
2009-07-08 Dmitry KalyanovAdded some docstrings and changed exports
2009-07-03 Dmitry KalyanovFixed re-initialization of gtk libraries on loading...
2009-05-12 Dmitry KalyanovRemoved dependency on anaphora and metabang-bind
2009-02-25 Dmitry KalyanovAdded signals
2009-02-16 Dmitry KalyanovChange debug output from 'format t' to 'debugf'
2009-02-16 Dmitry KalyanovFix initialization of classes with multiple lisp classe...
2009-02-16 Dmitry KalyanovAdded object-subclassing (with properties)