value: Properly set value and type for GST_FLAG_SET_MASK_EXACT in GI annotations

Storing a -1 inside an unsigned integer confuses GIR based bindings
generators.
This commit is contained in:
Sebastian Dröge 2017-04-05 14:26:33 +03:00
parent 776e487737
commit 5399b29979

View file

@ -210,8 +210,9 @@ G_BEGIN_DECLS
*/
#define GST_VALUE_HOLDS_FLAG_SET(x) (G_TYPE_CHECK_VALUE_TYPE ((x), GST_TYPE_FLAG_SET))
/*
* GST_FLAG_SET_MASK_EXACT:
/**
* GST_FLAG_SET_MASK_EXACT: (value 4294967295) (type guint)
*
* A mask value with all bits set, for use as a
* #GstFlagSet mask where all flag bits must match
* exactly