summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburquerque@gmail.com>2013-06-05 23:48:55 -0400
committerJosé Alburquerque <jaalburquerque@gmail.com>2013-06-05 23:48:55 -0400
commit8e3da2e4d6eb6a201e4874fef6139307e092a162 (patch)
treec97f14dab4c7d2942f2daa63b983db90aac89074 /ChangeLog
parentb3942deaf6c152c5992eabb77bfb6dbd4004ea07 (diff)
downloadglibmm-8e3da2e4d6eb6a201e4874fef6139307e092a162.tar.gz
giomm: Add the Gio::DBus::InterfaceSkeleton class.
* gio/src/dbusinterfaceskeleton.{ccg,hg}: * gio/src/filelist.am: Add the sources wrapping the methods, properties and signals and list the sources in the list of files to be built. * gio/src/gio_signals.defs: * tools/extra_defs_gen/generate_defs_gio.cc: Add the GDBUSInterfaceSkeleton GType to the properties and signals defs generation tool and regenerate the .defs file. * tools/m4/convert_gio.m4: Add the conversions for the wrapped methods, properties and signals.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f3420c3..85e6ff13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2013-06-05 José Alburquerque <jaalburquerque@gmail.com>
+
+ giomm: Add the Gio::DBus::InterfaceSkeleton class.
+
+ * gio/src/dbusinterfaceskeleton.{ccg,hg}:
+ * gio/src/filelist.am: Add the sources wrapping the methods,
+ properties and signals and list the sources in the list of files to be
+ built.
+ * gio/src/gio_signals.defs:
+ * tools/extra_defs_gen/generate_defs_gio.cc: Add the
+ GDBUSInterfaceSkeleton GType to the properties and signals defs
+ generation tool and regenerate the .defs file.
+ * tools/m4/convert_gio.m4: Add the conversions for the wrapped
+ methods, properties and signals.
+
2013-06-04 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
Glib::MainContext: Fix a small error in the documentation of acquire().