diff options
author | Jihoon Kim <imfine98@gmail.com> | 2013-01-08 03:56:09 +0000 |
---|---|---|
committer | Jihoon Kim <imfine98@gmail.com> | 2013-01-08 03:56:09 +0000 |
commit | 7cb5f0f921cd0e327b7677915e0efd7a6dbd4c4f (patch) | |
tree | 567a2ce8e20ebda179a7d05272df88489aae1ce9 /src/lib/ecore_imf/ecore_imf.c | |
parent | abeb2f2f646daac92913f62be09120868683dd23 (diff) |
efl/ecore_imf: move docs to header about ecore_imf_{init, shutdown}
SVN revision: 82380
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib/ecore_imf/ecore_imf.c b/src/lib/ecore_imf/ecore_imf.c index c5f12910ca..143acc4e83 100644 --- a/src/lib/ecore_imf/ecore_imf.c +++ b/src/lib/ecore_imf/ecore_imf.c | |||
@@ -17,20 +17,6 @@ EAPI int ECORE_IMF_EVENT_DELETE_SURROUNDING = 0; | |||
17 | int _ecore_imf_log_dom = -1; | 17 | int _ecore_imf_log_dom = -1; |
18 | static int _ecore_imf_init_count = 0; | 18 | static int _ecore_imf_init_count = 0; |
19 | 19 | ||
20 | /** | ||
21 | * @defgroup Ecore_IMF_Lib_Group Ecore_IMF - Ecore Input Method Library Functions | ||
22 | * @ingroup Ecore | ||
23 | * | ||
24 | * Utility functions that set up and shut down the Ecore Input Method | ||
25 | * library. | ||
26 | */ | ||
27 | |||
28 | /** | ||
29 | * Initialises the Ecore_IMF library. | ||
30 | * @return Number of times the library has been initialised without being | ||
31 | * shut down. | ||
32 | * @ingroup Ecore_IMF_Lib_Group | ||
33 | */ | ||
34 | EAPI int | 20 | EAPI int |
35 | ecore_imf_init(void) | 21 | ecore_imf_init(void) |
36 | { | 22 | { |
@@ -56,12 +42,6 @@ ecore_imf_init(void) | |||
56 | return _ecore_imf_init_count; | 42 | return _ecore_imf_init_count; |
57 | } | 43 | } |
58 | 44 | ||
59 | /** | ||
60 | * Shuts down the Ecore_IMF library. | ||
61 | * @return Number of times the library has been initialised without being | ||
62 | * shut down. | ||
63 | * @ingroup Ecore_IMF_Lib_Group | ||
64 | */ | ||
65 | EAPI int | 45 | EAPI int |
66 | ecore_imf_shutdown(void) | 46 | ecore_imf_shutdown(void) |
67 | { | 47 | { |