TestCreateFlags

TestCreateFlags — Creation flags

Synopsis

GType               test_create_flags_get_type          (void);
#define             TEST_TYPE_CREATE_FLAGS
enum                TestCreateFlags;

Description

Flags used for creating stuff.

Details

test_create_flags_get_type ()

GType               test_create_flags_get_type          (void);

TEST_TYPE_CREATE_FLAGS

#define TEST_TYPE_CREATE_FLAGS (test_create_flags_get_type ())

enum TestCreateFlags

typedef enum
{
  TEST_CREATE_FLAGS_NONE = 0x0000, /*< nick=none >*/
  TEST_CREATE_FLAGS_USE_FROBNICATOR = 0x0001,
  TEST_CREATE_FLAGS_LOG_ATTEMPT = 0x0002,
  TEST_CREATE_FLAGS_SOME_OTHER_FLAG = 0x0080,
  TEST_CREATE_FLAGS_YET_ANOTHER_FLAG = 0x0100,
} TestCreateFlags;

Flags used for creating stuff.

TEST_CREATE_FLAGS_NONE No flags set.
TEST_CREATE_FLAGS_USE_FROBNICATOR When creating, use the frobnicator to do so
TEST_CREATE_FLAGS_LOG_ATTEMPT Log any create attemps to the system log
TEST_CREATE_FLAGS_SOME_OTHER_FLAG FIXME: not documented.
TEST_CREATE_FLAGS_YET_ANOTHER_FLAG This should have value 0x100 == 256