From e1439fdffbc6ec55492a6908a850342feef7a331 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Fri, 13 Apr 2012 06:28:40 +0000 Subject: [PATCH] elm elm_general.h: Fixed documentation. SVN revision: 70163 --- legacy/elementary/src/lib/elm_general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_general.h b/legacy/elementary/src/lib/elm_general.h index 39fd1bd0cd..8c7d300a4b 100644 --- a/legacy/elementary/src/lib/elm_general.h +++ b/legacy/elementary/src/lib/elm_general.h @@ -135,7 +135,7 @@ typedef Eina_Bool (*Elm_Event_Cb)(void *data, Evas_Object *obj, Evas * macro. There is no need to use this if you use this macro (which * is highly advisable). An elm_main() should contain the entry * point code for your application, having the same prototype as - * elm_init(), and @b not being static (putting the @c EAPI symbol + * elm_init(), and @b not being static (putting the @c EAPI_MAIN symbol * in front of its type declaration is advisable). The @c * ELM_MAIN() call should be placed just after it. *