diff options
author | Jonas M. Gastal <jgastal@profusion.mobi> | 2012-12-18 18:38:44 +0000 |
---|---|---|
committer | Jonas M. Gastal <jgastal@profusion.mobi> | 2012-12-18 18:38:44 +0000 |
commit | e3ae81e65fa68469c4e1ae03fda4e095ab52aaf2 (patch) | |
tree | 7f170c24521494e35a5a18747564a2838e7048cd /src/lib/ecore_imf | |
parent | d487f9d74461c184485cb64cc5c1e03f4feb2473 (diff) |
efl: Created Ecore group and added existing Ecore groups to it.
SVN revision: 81293
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf.c | 1 | ||||
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_context.c | 2 | ||||
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_evas.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ecore_imf/ecore_imf.c b/src/lib/ecore_imf/ecore_imf.c index 7cf8a4a9f6..3ba02001d3 100644 --- a/src/lib/ecore_imf/ecore_imf.c +++ b/src/lib/ecore_imf/ecore_imf.c | |||
@@ -19,6 +19,7 @@ static int _ecore_imf_init_count = 0; | |||
19 | 19 | ||
20 | /** | 20 | /** |
21 | * @defgroup Ecore_IMF_Lib_Group Ecore Input Method Library Functions | 21 | * @defgroup Ecore_IMF_Lib_Group Ecore Input Method Library Functions |
22 | * @ingroup Ecore | ||
22 | * | 23 | * |
23 | * Utility functions that set up and shut down the Ecore Input Method | 24 | * Utility functions that set up and shut down the Ecore Input Method |
24 | * library. | 25 | * library. |
diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 3faa5acbd5..921d63ff54 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c | |||
@@ -14,6 +14,7 @@ | |||
14 | 14 | ||
15 | /** | 15 | /** |
16 | * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions | 16 | * @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions |
17 | * @ingroup Ecore | ||
17 | * | 18 | * |
18 | * Functions that operate on Ecore Input Method Context objects. | 19 | * Functions that operate on Ecore Input Method Context objects. |
19 | 20 | ||
@@ -899,6 +900,7 @@ ecore_imf_context_filter_event(Ecore_IMF_Context *ctx, Ecore_IMF_Event_Type type | |||
899 | 900 | ||
900 | /** | 901 | /** |
901 | * @defgroup Ecore_IMF_Context_Module_Group Ecore Input Method Context Module Functions | 902 | * @defgroup Ecore_IMF_Context_Module_Group Ecore Input Method Context Module Functions |
903 | * @ingroup Ecore | ||
902 | * | 904 | * |
903 | * Functions that should be used by Ecore Input Method Context modules. | 905 | * Functions that should be used by Ecore Input Method Context modules. |
904 | */ | 906 | */ |
diff --git a/src/lib/ecore_imf/ecore_imf_evas.c b/src/lib/ecore_imf/ecore_imf_evas.c index 4a5f3dd5f4..edefe85f68 100644 --- a/src/lib/ecore_imf/ecore_imf_evas.c +++ b/src/lib/ecore_imf/ecore_imf_evas.c | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | /** | 10 | /** |
11 | * @defgroup Ecore_IMF_Evas_Group Ecore Input Method Context Evas Helper Functions | 11 | * @defgroup Ecore_IMF_Evas_Group Ecore Input Method Context Evas Helper Functions |
12 | * @ingroup Ecore | ||
12 | * | 13 | * |
13 | * Helper functions to make it easy to use Evas with Ecore_IMF. | 14 | * Helper functions to make it easy to use Evas with Ecore_IMF. |
14 | * Converts each event from Evas to the corresponding event of Ecore_IMF. | 15 | * Converts each event from Evas to the corresponding event of Ecore_IMF. |