summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-22 00:17:16 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2013-03-22 00:17:16 -0400
commit84b124040cdb9cc5bc3221aa519e0b26185c0336 (patch)
tree4510408372ae2f024f6c08d27bd2cbb04d650adb /ChangeLog
parenta78c81b0a4e2c2b3293cf877faf00002d695b18b (diff)
downloadglibmm-84b124040cdb9cc5bc3221aa519e0b26185c0336.tar.gz
TlsPassword: Correct its constructor parameter order.
* gio/src/tlspassword.hg (TlsPassword): Reorder its parameters so that the flag comes last with a default parameter. (create): Do the same for its create() method.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f355386..0ba25a21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2013-03-22 José Alburquerque <jaalburquerque@gmail.com>
+ TlsPassword: Correct its constructor parameter order.
+
+ * gio/src/tlspassword.hg (TlsPassword): Reorder its parameters so that
+ the flag comes last with a default parameter.
+ (create): Do the same for its create() method.
+
+2013-03-22 José Alburquerque <jaalburquerque@gmail.com>
+
TlsDatabase: Const and optional parameter corrections.
* gio/src/tlsdatabase.hg: The "interaction" parameters in the methods