diff options
author | Murray Cumming <murrayc@murrayc.com> | 2013-04-06 22:52:27 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2013-04-06 22:52:27 +0200 |
commit | 98ace3653edcb7590904f6e7d997deacff08fcd5 (patch) | |
tree | 2f4c1834633a9ff1d478d58da16f7db486859953 /ChangeLog | |
parent | 4c4fef8a57a0532d390a1542720aa9f2cc47568f (diff) | |
download | glibmm-98ace3653edcb7590904f6e7d997deacff08fcd5.tar.gz |
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.
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. |