Get the contents of a G_TYPE_BOXED derived gobject.Value Upon getting, the boxed value is duplicated and needs to be later freed with g_boxed_free(), e.g. like: g_boxed_free (G_VALUE_TYPE (value), return_value);
boxed contents of value
Get the contents of a G_TYPE_BOXED derived gobject.Value Upon getting, the boxed value is duplicated and needs to be later freed with g_boxed_free(), e.g. like: g_boxed_free (G_VALUE_TYPE (value), return_value);