ecore-wl2: Use Eina_Stringshare type instead of const char

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-08-18 15:11:09 -04:00
parent d006ebff71
commit e4aa6eedc8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ typedef struct _Ecore_Wl2_Display Ecore_Wl2_Display;
typedef struct _Ecore_Wl2_Global
{
const char *name;
Eina_Stringshare *interface;
unsigned int id, version;
} Ecore_Wl2_Global;