docs: Add missing GTK_ACCESSIBLE_VALUE_UNDEFINED

This commit is contained in:
Emmanuele Bassi 2020-07-27 11:46:07 +01:00
parent 40b65b2608
commit 9a4458ba33

View File

@ -1368,6 +1368,12 @@ typedef enum {
GTK_ACCESSIBLE_STATE_SELECTED
} GtkAccessibleState;
/**
* GTK_ACCESSIBLE_VALUE_UNDEFINED:
*
* An undefined value. The accessible attribute is either unset, or its
* value is undefined.
*/
#define GTK_ACCESSIBLE_VALUE_UNDEFINED (-1)
/**