Add a boxed type for GVariantBuilder, mark GVariantIter as (skip)

Based on a patch by Giovanni Campagna <gcampagna@src.gnome.org>

From discussion, GVariantIter is not useful for bindings, but
GVariantBuilder may be.

https://bugzilla.gnome.org/show_bug.cgi?id=646635
This commit is contained in:
Colin Walters
2011-05-31 13:36:16 -04:00
parent 6af9dd5135
commit a06863de60
4 changed files with 14 additions and 1 deletions

View File

@@ -2507,7 +2507,7 @@ g_variant_compare (gconstpointer one,
/* GVariantIter {{{1 */
/**
* GVariantIter:
* GVariantIter: (skip)
*
* #GVariantIter is an opaque data structure and can only be accessed
* using the following functions.