summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-04-29 09:19:53 +0200
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-04-29 09:19:53 +0200
commitcd18cbff8b3679ae6fe3429fb7119251241521fe (patch)
tree457f037d362d1db759e58287b659bd1eaea69957 /ChangeLog
parentc99706f217ebad78f17f8f5b9067cd8e4ab4831f (diff)
downloadglibmm-cd18cbff8b3679ae6fe3429fb7119251241521fe.tar.gz
gmmproc: Fix _WRAP_SIGNAL(custom_c_callback) for void func().
* tools/m4/signal.m4: If custom_c_callback is specified, and the signal handler takes no arguments and returns void, generate a SignalProxyInfo structure with pointers to local functions instead of &Glib::SignalProxyNormal::slot0_void_callback. Bug #605728.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61e3d076..444a428d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-04-29 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
+
+ gmmproc: Fix _WRAP_SIGNAL(custom_c_callback) for void func().
+
+ * tools/m4/signal.m4: If custom_c_callback is specified, and the signal
+ handler takes no arguments and returns void, generate a SignalProxyInfo
+ structure with pointers to local functions instead of
+ &Glib::SignalProxyNormal::slot0_void_callback. Bug #605728.
+
2013-04-25 José Alburquerque <jaalburquerque@gmail.com>
Interface: Add a comment about overriding properties in constructor.