diff options
author | Philip Chimento <philip@endlessm.com> | 2014-06-25 17:34:17 -0700 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2014-08-20 15:45:03 -0700 |
commit | 160720dd2ce245787fdf642d1ba1774036e841f0 (patch) | |
tree | 09b05621cfc9e660978fac372ca04143c68333ca /endless/eosenums.h | |
parent | e94358f195633cba1b50f30884b91cc1fa8766da (diff) |
Introduce versioning macros
The first version is going to be version 0.0, after which we will
bump up to development version 0.1.
[endlessm/eos-sdk#418]
Diffstat (limited to 'endless/eosenums.h')
-rw-r--r-- | endless/eosenums.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/endless/eosenums.h b/endless/eosenums.h index fda9819..257f435 100644 --- a/endless/eosenums.h +++ b/endless/eosenums.h @@ -42,6 +42,7 @@ typedef enum EOS_FLEXY_SHAPE_LARGE } EosFlexyShape; +EOS_SDK_AVAILABLE_IN_0_0 GType eos_flexy_shape_get_type (void) G_GNUC_CONST; G_END_DECLS |