summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-04-12 00:06:07 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-04-12 00:06:07 -0400
commit5c6cb789efb4908faa6bcfbfeab4d52431834a3e (patch)
tree4e0768e74f7d9b064b122cccb6d7e778d1ffd1d2 /ChangeLog
parentf87fc0ed78cd7e306a617fcd83208ad90395a7b1 (diff)
downloadglibmm-5c6cb789efb4908faa6bcfbfeab4d52431834a3e.tar.gz
TlsDatabase: Make sure the cancellable param is optional in methods.
* gio/src/tlsdatabase.hg: Use the {.?} gmmproc parameter option for the cancellable to ensure that it is optional (so that there are methods that don't require a cancellable for the methods that have one).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3b585ba..033ae056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-04-12 José Alburquerque <jaalburquerque@gmail.com>
+
+ TlsDatabase: Make sure the cancellable param is optional in methods.
+
+ * gio/src/tlsdatabase.hg: Use the {.?} gmmproc parameter option for
+ the cancellable to ensure that it is optional (so that there are
+ methods that don't require a cancellable for the methods that have
+ one).
+
2013-04-11 José Alburquerque <jaalburquerque@gmail.com>
ByteArray: Add size() and get_data() methods.