Fix structure definition.

SVN revision: 46422
This commit is contained in:
Christopher Michael 2010-02-24 05:28:57 +00:00
parent af5d569cdc
commit 5135baa904
1 changed files with 4 additions and 2 deletions

View File

@ -153,6 +153,8 @@ typedef struct _E_Illume_Policy_Api
/**< The label of this policy. */ /**< The label of this policy. */
} E_Illume_Policy_Api; } E_Illume_Policy_Api;
typedef struct _E_Illume_Policy E_Illume_Policy;
/** /**
* @brief structure for policy * @brief structure for policy
* *
@ -161,7 +163,7 @@ typedef struct _E_Illume_Policy_Api
* *
* @ingroup E_Illume_Policy_Group * @ingroup E_Illume_Policy_Group
*/ */
typedef struct _E_Illume_Policy struct _E_Illume_Policy
{ {
E_Object e_obj_inherit; E_Object e_obj_inherit;
@ -262,7 +264,7 @@ typedef struct _E_Illume_Policy
/**< pointer to the function that Illume will call when properties /**< pointer to the function that Illume will call when properties
* change on a window. @note This function is optional. */ * change on a window. @note This function is optional. */
} funcs; } funcs;
} E_Illume_Policy; };
/** /**
* @defgroup E_Illume_Config_Group Illume Configuration Information * @defgroup E_Illume_Config_Group Illume Configuration Information