summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-04-06 22:52:27 +0200
committerMurray Cumming <murrayc@murrayc.com>2013-04-06 22:52:27 +0200
commit98ace3653edcb7590904f6e7d997deacff08fcd5 (patch)
tree2f4c1834633a9ff1d478d58da16f7db486859953 /ChangeLog
parent4c4fef8a57a0532d390a1542720aa9f2cc47568f (diff)
downloadglibmm-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a595f0c..ce0349de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.