summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-09-15 22:07:46 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-09-15 22:07:46 +0200
commit3990fbe43137ab174503140d922d5aed19432093 (patch)
tree7ded8225a3443edeb14c1fd7d890ff99726a594c /ChangeLog
parent383bd19cb932099871805ea0abe557e5ed4abae2 (diff)
downloadglibmm-3990fbe43137ab174503140d922d5aed19432093.tar.gz
Simplified lots of code by using the {?} _WRAP_METHOD() syntax.
* gio/src/application.[hg|ccg]: * gio/src/bufferedinputstream.[hg|ccg]: * gio/src/datainputstream.[hg|ccg]: * gio/src/dataoutputstream.[hg|ccg]: * gio/src/dbusconnection.[hg|ccg]: * gio/src/fileenumerator.[hg|ccg]: * gio/src/initable.[hg|ccg]: * gio/src/inputstream.[hg|ccg]: * gio/src/iostream.[hg|ccg]: * gio/src/outputstream.[hg|ccg]: * gio/src/resolver.[hg|ccg]: * gio/src/seekable.[hg|ccg]: * gio/src/socket.[hg|ccg]: * gio/src/socketaddressenumerator.[hg|ccg]: * gio/src/socketclient.[hg|ccg]: This relatively new gmmproc syntax lets us avoid the manual implementations and declarations just to have overloads without the Cancellable parameters. * gio/src/unixconnection.hg: This had no method overloads without Cancellable parameters but now it does.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b1043d8..66ed1cfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
2012-09-15 Murray Cumming <murrayc@murrayc.com>
+ Simplified lots of code by using the {?} _WRAP_METHOD() syntax.
+
+ * gio/src/application.[hg|ccg]:
+ * gio/src/bufferedinputstream.[hg|ccg]:
+ * gio/src/datainputstream.[hg|ccg]:
+ * gio/src/dataoutputstream.[hg|ccg]:
+ * gio/src/dbusconnection.[hg|ccg]:
+ * gio/src/fileenumerator.[hg|ccg]:
+ * gio/src/initable.[hg|ccg]:
+ * gio/src/inputstream.[hg|ccg]:
+ * gio/src/iostream.[hg|ccg]:
+ * gio/src/outputstream.[hg|ccg]:
+ * gio/src/resolver.[hg|ccg]:
+ * gio/src/seekable.[hg|ccg]:
+ * gio/src/socket.[hg|ccg]:
+ * gio/src/socketaddressenumerator.[hg|ccg]:
+ * gio/src/socketclient.[hg|ccg]: This relatively new gmmproc syntax lets
+ us avoid the manual implementations and declarations just to have
+ overloads without the Cancellable parameters.
+ * gio/src/unixconnection.hg: This had no method overloads without
+ Cancellable parameters but now it does.
+
+2012-09-15 Murray Cumming <murrayc@murrayc.com>
+
Gio::File: Correct the commit again
* gio/src/file.[hg|ccg]: make_directory() was missing a {?}.