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/ecore_imf_context.c | |
parent | d487f9d74461c184485cb64cc5c1e03f4feb2473 (diff) |
efl: Created Ecore group and added existing Ecore groups to it.
SVN revision: 81293
Diffstat (limited to 'src/lib/ecore_imf/ecore_imf_context.c')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_context.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 | */ |