Fixed print-object for property-definition; add class-property-info function
[cl-gtk2.git] / glib / gobject.gvalue-parser.lisp
2009-07-12 Dmitry KalyanovMoved GValue parsing code to gobject.gvalue.lisp
2009-07-12 Dmitry KalyanovParse GParam with parse-g-param-spec in GValue
2009-07-12 Dmitry Kalyanovrefactoring: separated gobject.ffi with ffi definitions
2009-07-11 Dmitry Kalyanovdocstrings and g-type-designator
2009-07-08 Dmitry KalyanovAdded some docstrings and changed exports
2009-03-09 Dmitry KalyanovDo not call g-value-init when setting return-value...
2009-02-25 Dmitry KalyanovCorrect bug with redundant g-value-unset. Some change...
2009-02-10 Dmitry KalyanovInitial commit