summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 16 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 74ba8154..39579dec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-13 Murray Cumming <murrayc@murrayc.com>
+
+ Variant: Added some methods.
+
+ * glib/src/variant.[hg|ccg]: Added get_maybe(), get_size(), get_data(),
+ store(), and get_n_children().
+
2010-09-09 José Alburquerque <jaalburqu@svn.gnome.org>
giomm: DBus: Wrap D-Bus Utilities and GDBusError C functions.
@@ -22,7 +29,7 @@
returning a const GDBusMethodInfo.
* tools/m4/convert_gio.m4: Move the conversion
DBusMethodInvocation::get_method_info() over to the local .hg file
- because it is specific to that method.
+ because it is specific to that method.
2010-09-07 José Alburquerque <jaalburqu@svn.gnome.org>
@@ -77,20 +84,20 @@
gmmproc: Fix the annoying warnings about documentation.
- * tools/pm/GtkDefs.pm: lookup_object(): Do not print a warning when the
- object is found, because this is used when guessing an object name while
+ * tools/pm/GtkDefs.pm: lookup_object(): Do not print a warning when the
+ object is found, because this is used when guessing an object name while
breaking apart a function name in DocsParser.pm.
* gio/src/filelist.am:
* gio/src/gio.defs:
* gio/src/gio_extra_objects.defs:
* glib/src/filelist.am:
* glib/src/glib.defs:
- * glib/src/glib_extra_objects.defs: Added the *extra_objects.defs files,
+ * glib/src/glib_extra_objects.defs: Added the *extra_objects.defs files,
with hand-coded define-object sections, for objects that hide their *Class
- or *Iface struct declarations, which stops h2defs.py from generating
+ or *Iface struct declarations, which stops h2defs.py from generating
define-object sections.
- These allows DocsParser.pm to know how to split mentions of C functions into
- the object and the method, so it can guess the C++ method name to mention
+ These allows DocsParser.pm to know how to split mentions of C functions into
+ the object and the method, so it can guess the C++ method name to mention
instead.
2010-09-03 Murray Cumming <murrayc@murrayc.com>
@@ -120,8 +127,8 @@
giomm: Added Proxy, ProxyAddress and ProxyResolver.
- * gio/src/proxy.[hg|ccg]:
- * gio/src/proxyaddress.[hg|ccg]:
+ * gio/src/proxy.[hg|ccg]:
+ * gio/src/proxyaddress.[hg|ccg]:
* gio/src/proxyresolver.[hg|ccg]: New files, not complete.
2.25.4: