mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
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:
parent
776e487737
commit
5399b29979
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue