| folks Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
typedef enum {
FOLKS_MAYBE_BOOL_UNSET = 0,
FOLKS_MAYBE_BOOL_FALSE = 1,
FOLKS_MAYBE_BOOL_TRUE = 2
} FolksMaybeBool;
A 'boolean' type that has a distinct 'unset' state.
| This value is explicitly unset. | |
| False (this value was set from its default of UNSET). | |
| True (this value was set from its default of UNSET). |
Since 0.3.1