diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-23 12:56:14 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-23 13:24:41 -0700 |
commit | c2a1c49ab2042f559b28e840e54feb8494888e0e (patch) | |
tree | c6eb110b7c479499854eede9d0c3ab0a80c9a11a /src/lib/elementary/elm_app_client_eo.h | |
parent | 9340855597e7e465435c69b6278650346688da14 (diff) | |
download | efl-c2a1c49ab2042f559b28e840e54feb8494888e0e.tar.gz |
elementary: move all legacy files to their expected new location.
Diffstat (limited to 'src/lib/elementary/elm_app_client_eo.h')
-rw-r--r-- | src/lib/elementary/elm_app_client_eo.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_app_client_eo.h b/src/lib/elementary/elm_app_client_eo.h new file mode 100644 index 0000000000..dac06cdacb --- /dev/null +++ b/src/lib/elementary/elm_app_client_eo.h @@ -0,0 +1,11 @@ +typedef Eo Elm_App_Client; +#define _ELM_APP_CLIENT_EO_CLASS_TYPE + +typedef Eo Elm_App_Client_View; +#define _ELM_APP_CLIENT_VIEW_EO_CLASS_TYPE + +typedef Eldbus_Pending Elm_App_Client_Pending; + +typedef void (*Elm_App_Client_Open_View_Cb)(void *data, Elm_App_Client_View *view, const char *error, const char *error_message); + +#include "elm_app_client.eo.h"
\ No newline at end of file |