![]() |
![]() |
![]() |
EggDBus Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GType test_create_flags_get_type (void); #define TEST_TYPE_CREATE_FLAGS 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.
No flags set. | |
When creating, use the frobnicator to do so | |
Log any create attemps to the system log | |
FIXME: not documented. | |
This should have value 0x100 == 256 |