summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2012-10-03 20:36:51 -0400
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2012-10-03 20:52:54 -0400
commit9bd0060a97dbbe2f645c1536944df27ecd7ddb6a (patch)
tree728299bcbf7cfe23834835dc97aa91c39794fda4 /ChangeLog
parent1b22023d3061d0f6c3d032fa23ea14bcaf8a4eeb (diff)
downloadglibmm-9bd0060a97dbbe2f645c1536944df27ecd7ddb6a.tar.gz
MenuItem: Add the get_attribute_value() methods.
* gio/src/menuitem.hg: Add the methods (const and non-const versions) and overloads without the VariantType parameter which can be null, wrapping the g_menu_item_get_attribute_value() function. (MenuItem): Add an overload for the "label" and "submenu" constructor without the label parameter which can be null. (create): Do the same for the create() method of the constructor above. * gio/src/menumodel.hg: Add an _IGNORE (completing a TODO).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 272797e6..b9cbfa6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2012-10-03 José Alburquerque <jaalburquerque@gmail.com>
+ MenuItem: Add the get_attribute_value() methods.
+
+ * gio/src/menuitem.hg: Add the methods (const and non-const versions)
+ and overloads without the VariantType parameter which can be null,
+ wrapping the g_menu_item_get_attribute_value() function.
+ (MenuItem): Add an overload for the "label" and "submenu" constructor
+ without the label parameter which can be null.
+ (create): Do the same for the create() method of the constructor
+ above.
+ * gio/src/menumodel.hg: Add an _IGNORE (completing a TODO).
+
+2012-10-03 José Alburquerque <jaalburquerque@gmail.com>
+
IOStream: Add the splice_async() and splice_finish() methods.
* gio/src/iostream.{ccg,hg}: Add cancellable and non-cancellable