tasn pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=9d6340af424041104d74e7567144f30e69a6eacf

commit 9d6340af424041104d74e7567144f30e69a6eacf
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Apr 3 15:43:26 2014 +0100

    layout: expose a typedef that needs to be public (Content_Alias).
    
    This typedef is used in publicly exposed APIs.
---
 src/lib/elm_layout_common.h | 10 ++++++++++
 src/lib/elm_widget_layout.h | 10 ----------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/lib/elm_layout_common.h b/src/lib/elm_layout_common.h
index 80156c2..21e52ab 100644
--- a/src/lib/elm_layout_common.h
+++ b/src/lib/elm_layout_common.h
@@ -1,4 +1,14 @@
 /**
+ * @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
  * Elementary naming convention for its parts.
diff --git a/src/lib/elm_widget_layout.h b/src/lib/elm_widget_layout.h
index 837b04b..0d7b8d7 100644
--- a/src/lib/elm_widget_layout.h
+++ b/src/lib/elm_widget_layout.h
@@ -39,16 +39,6 @@
  */
 
 /**
- * @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
  *
  * Elementary Layout-based widgets may declare part proxies, i.e., aliases

-- 


Reply via email to