diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-07-21 19:57:01 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-07-21 20:59:38 -0300 |
commit | 011f1ace3bc4d6d908d658729bb7a1c350cc95c4 (patch) | |
tree | 3d955d2cc9f6db0d5b9bdbe67395f38537f7d9fe /src/lib | |
parent | 517e41e861f919b30a15c1d7028c9f5234621f67 (diff) |
atspi: Fixes order of typedefs
(8ef9f49 continued...)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elm_interface_atspi_text.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/elm_interface_atspi_text.h b/src/lib/elm_interface_atspi_text.h index 7fef98f26..2af43652d 100644 --- a/src/lib/elm_interface_atspi_text.h +++ b/src/lib/elm_interface_atspi_text.h | |||
@@ -1,6 +1,4 @@ | |||
1 | 1 | ||
2 | typedef enum _Elm_Atspi_Text_Granulatity Elm_Atspi_Text_Granularity; | ||
3 | |||
4 | enum _Elm_Atspi_Text_Granulatity | 2 | enum _Elm_Atspi_Text_Granulatity |
5 | { | 3 | { |
6 | ELM_ATSPI_TEXT_GRANULARITY_CHAR, | 4 | ELM_ATSPI_TEXT_GRANULARITY_CHAR, |
@@ -10,7 +8,7 @@ enum _Elm_Atspi_Text_Granulatity | |||
10 | ELM_ATSPI_TEXT_GRANULARITY_PARAGRAPH | 8 | ELM_ATSPI_TEXT_GRANULARITY_PARAGRAPH |
11 | }; | 9 | }; |
12 | 10 | ||
13 | typedef struct _Elm_Atspi_Text_Attribute Elm_Atspi_Text_Attribute; | 11 | typedef enum _Elm_Atspi_Text_Granulatity Elm_Atspi_Text_Granularity; |
14 | 12 | ||
15 | struct _Elm_Atspi_Text_Attribute | 13 | struct _Elm_Atspi_Text_Attribute |
16 | { | 14 | { |
@@ -18,7 +16,7 @@ struct _Elm_Atspi_Text_Attribute | |||
18 | const char *value; | 16 | const char *value; |
19 | }; | 17 | }; |
20 | 18 | ||
21 | typedef struct _Elm_Atspi_Text_Range Elm_Atspi_Text_Range; | 19 | typedef struct _Elm_Atspi_Text_Attribute Elm_Atspi_Text_Attribute; |
22 | 20 | ||
23 | struct _Elm_Atspi_Text_Range | 21 | struct _Elm_Atspi_Text_Range |
24 | { | 22 | { |
@@ -27,7 +25,7 @@ struct _Elm_Atspi_Text_Range | |||
27 | char *content; | 25 | char *content; |
28 | }; | 26 | }; |
29 | 27 | ||
30 | typedef enum _Elm_Atspi_Text_Clip_Type Elm_Atspi_Text_Clip_Type; | 28 | typedef struct _Elm_Atspi_Text_Range Elm_Atspi_Text_Range; |
31 | 29 | ||
32 | enum _Elm_Atspi_Text_Clip_Type | 30 | enum _Elm_Atspi_Text_Clip_Type |
33 | { | 31 | { |
@@ -37,6 +35,8 @@ enum _Elm_Atspi_Text_Clip_Type | |||
37 | ELM_ATSPI_TEXT_CLIP_BOTH | 35 | ELM_ATSPI_TEXT_CLIP_BOTH |
38 | }; | 36 | }; |
39 | 37 | ||
38 | typedef enum _Elm_Atspi_Text_Clip_Type Elm_Atspi_Text_Clip_Type; | ||
39 | |||
40 | /** | 40 | /** |
41 | * @brief Free Elm_Atspi_Text_Attribute structure | 41 | * @brief Free Elm_Atspi_Text_Attribute structure |
42 | */ | 42 | */ |