girepository: ArgBlob: rename allow_none parameter

Rename the "allow_none" parameter on internal/private structure ArgBlob
to "nullable".

This is a straight rename with no other changes.

https://bugzilla.gnome.org/show_bug.cgi?id=660879
This commit is contained in:
Ryan Lortie
2014-04-16 11:33:36 -04:00
parent cf4fb6a0fe
commit 6d1df44ff7
5 changed files with 11 additions and 11 deletions

View File

@@ -146,7 +146,7 @@ struct _GIrNodeParam
gboolean caller_allocates;
gboolean optional;
gboolean retval;
gboolean allow_none;
gboolean nullable;
gboolean skip;
gboolean transfer;
gboolean shallow_transfer;