summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2010-06-17 18:03:51 +0200
committerChristian Persch <chpe@gnome.org>2010-06-17 21:00:54 +0200
commit4708b8ecc3f00e49aa98cb5989b5474a3257906c (patch)
treebb495545073f0ec8386e70ba07e6bbcd9fe52b4d /NEWS
parentf2ae6217771b1014efb86eab0f5346d3b297024e (diff)
Add fundamental type and pspec for GVariant
Make G_TYPE_VARIANT a fundamental type instead of boxed, and add g_variant_{set,get,dup}_variant. Add GParamSpecVariant. Bug #610863.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ba9da167..f2e1d5415 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,10 @@ and GApplication. Users of these APIs will need to be adapted.
* GObject
- Introduce g_object_notify_by_pspec
- Add GBinding
+ - The GVariant gtype G_TYPE_VARIANT was changed from boxed
+ to fundamental. We believe there were no existing users
+ of the boxed type, so this should not cause any applications
+ to break.
* Test framework
- Add package and version to the test report XML