Mercurial > MadButterfly
comparison include/mb_prop.h @ 1067:7b4e80ab671a openvg
merge from default branch
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 01 Dec 2010 12:25:56 +0800 |
parents | 586e50f82c1f |
children |
comparison
equal
deleted
inserted
replaced
630:bd18951b51d5 | 1067:7b4e80ab671a |
---|---|
1 // -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- | |
2 // vim: sw=4:ts=8:sts=4 | |
1 #ifndef __MB_PROP_H_ | 3 #ifndef __MB_PROP_H_ |
2 #define __MB_PROP_H_ | 4 #define __MB_PROP_H_ |
3 | 5 |
4 #include "mb_tools.h" | 6 #include "mb_tools.h" |
5 | 7 |
30 /*! \brief Property IDs. */ | 32 /*! \brief Property IDs. */ |
31 enum { | 33 enum { |
32 PROP_DUMMY, | 34 PROP_DUMMY, |
33 PROP_MEVT_OB_CNT, | 35 PROP_MEVT_OB_CNT, |
34 PROP_MEVT_OBSERVER, | 36 PROP_MEVT_OBSERVER, |
37 PROP_JSOBJ, | |
35 PROP_LAST | 38 PROP_LAST |
36 }; | 39 }; |
37 | 40 |
38 struct _mb_prop_store { | 41 struct _mb_prop_store { |
39 elmpool_t *entry_pool; | 42 elmpool_t *entry_pool; |