Add support for the (skip) annotation on parameters or return values

This was discussed in bug 649657.

https://bugzilla.gnome.org/show_bug.cgi?id=649657

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen
2011-05-13 12:20:05 -04:00
parent eeddf77567
commit b35c985e15
9 changed files with 75 additions and 2 deletions

View File

@@ -147,6 +147,7 @@ struct _GIrNodeParam
gboolean optional;
gboolean retval;
gboolean allow_none;
gboolean skip;
gboolean transfer;
gboolean shallow_transfer;
GIScopeType scope;