summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2012-03-16 00:13:06 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2012-03-16 00:13:06 -0400
commit8f805264bd71dc8031dac7c9831f434c15c19a86 (patch)
tree0ba422a5619dc7907b93d22ed3499fac39589024 /ChangeLog
parentcac80f7d211f97d62916aadeb59703f9dc7669d6 (diff)
downloadglibmm-8f805264bd71dc8031dac7c9831f434c15c19a86.tar.gz
Gio::DBus::Object: Add the signals of the interface.
* gio/src/dbusobject.hg: Add the signal_interface_[added|removed]() signals of the interface. * tools/extra_defs_gen/generate_defs_gio.cc: Add the GDBusObject GType to the signal and properties generation utility. * gio/src/gio_signals.defs: Regenerate the defs file to get the signals of the interface. * tools/m4/convert_gio.m4: Add a necessary conversion for wrapping the signals. * gio/src/dbusinterface.hg: Whitespace corrections.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef0c99d0..bc1ecc20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2012-03-16 José Alburquerque <jaalburquerque@gmail.com>
+
+ Gio::DBus::Object: Add the signals of the interface.
+
+ * gio/src/dbusobject.hg: Add the signal_interface_[added|removed]()
+ signals of the interface.
+ * tools/extra_defs_gen/generate_defs_gio.cc: Add the GDBusObject GType
+ to the signal and properties generation utility.
+ * gio/src/gio_signals.defs: Regenerate the defs file to get the
+ signals of the interface.
+ * tools/m4/convert_gio.m4: Add a necessary conversion for wrapping the
+ signals.
+
+ * gio/src/dbusinterface.hg: Whitespace corrections.
+
2012-03-15 José Alburquerque <jaalburquerque@gmail.com>
DateTime: Correct the declaration of the TimeVal struct.