diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2013-04-06 Murray Cumming <murrayc@murrayc.com> + + Add a test of implementing an interface. + + * tests/Makefile.am: + * tests/glibmm_interface_implementation/main.cc: Add a very simple + test that implements an interface, with a vfunc implementation and + make sure that the vfunc is called when the caller method is called. + 2013-04-02 José Alburquerque <jaalburquerque@gmail.com> ByteArray: Add a Glib::Value<> template specialization for it. |