layout: expose a typedef that needs to be public (Content_Alias).

This typedef is used in publicly exposed APIs.
This commit is contained in:
Tom Hacohen 2014-04-03 15:43:26 +01:00
parent c1853c5ae0
commit 794f95d7c8
2 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,13 @@
/**
* @typedef Elm_Layout_Part_Alias_Description
*
* A layout part aliasing (proxying) description, used to get part
* names aliasing independently of a widgets theme.
*
* @ingroup Widget
*/
typedef struct _Elm_Layout_Part_Alias_Description Elm_Layout_Part_Alias_Description;
/**
* @def elm_layout_icon_set
* Convenience macro to set the icon object in a layout that follows the

View File

@ -38,16 +38,6 @@
* explained in detail.
*/
/**
* @typedef Elm_Layout_Part_Alias_Description
*
* A layout part aliasing (proxying) description, used to get part
* names aliasing independently of a widgets theme.
*
* @ingroup Widget
*/
typedef struct _Elm_Layout_Part_Alias_Description Elm_Layout_Part_Alias_Description;
/**
* @struct _Elm_Layout_Part_Alias_Description
*