Add fundamental type and pspec for GVariant
authorChristian Persch <chpe@gnome.org>
Thu, 17 Jun 2010 16:03:51 +0000 (18:03 +0200)
committerChristian Persch <chpe@gnome.org>
Thu, 17 Jun 2010 19:00:54 +0000 (21:00 +0200)
commit4708b8ecc3f00e49aa98cb5989b5474a3257906c
treebb495545073f0ec8386e70ba07e6bbcd9fe52b4d
parentf2ae6217771b1014efb86eab0f5346d3b297024e
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.
14 files changed:
NEWS
docs/reference/gobject/gobject-sections.txt
gobject/gboxed.c
gobject/gboxed.h
gobject/glib-genmarshal.c
gobject/gmarshal.list
gobject/gobject.symbols
gobject/gparamspecs.c
gobject/gparamspecs.h
gobject/gtype.h
gobject/gvaluetypes.c
gobject/gvaluetypes.h
tests/gobject/gvalue-test.c
tests/gobject/paramspec-test.c