[elm_priv.h] Added _elm_module_load() to header.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 8 Feb 2011 06:02:52 +0000 (15:02 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 8 Feb 2011 06:02:52 +0000 (15:02 +0900)
src/lib/elm_priv.h

index b2b4089..4d35234 100644 (file)
@@ -226,6 +226,7 @@ void                _elm_module_parse(const char *s);
 Elm_Module         *_elm_module_find_as(const char *as);
 Elm_Module         *_elm_module_add(const char *name, const char *as);
 void                _elm_module_del(Elm_Module *m);
+Eina_Bool           _elm_module_load(Elm_Module *m);
 const void         *_elm_module_symbol_get(Elm_Module *m, const char *name);
 
 void                _elm_widget_type_clear(void);