Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I15c036f17b21350e58f8aab374abb4412600a8a2
// ELM_SEL_TYPE_CLIPBOARD - To distinguish clipboard selection in cbhm
types[++i] = "CLIPBOARD_BEGIN";
// ELM_SEL_TYPE_CLIPBOARD - To distinguish clipboard selection in cbhm
types[++i] = "CLIPBOARD_BEGIN";
- types[++i] = "application/x-elementary-markup";
- types[++i] = "text/plain";
types[++i] = "text/plain;charset=utf-8";
// ELM_SEL_TYPE_CLIPBOARD - To distinguish clipboard selection in cbhm
types[++i] = "text/plain;charset=utf-8";
// ELM_SEL_TYPE_CLIPBOARD - To distinguish clipboard selection in cbhm
const char *types[10] = {0, };
int i = -1;
const char *types[10] = {0, };
int i = -1;
- types[++i] = "application/x-elementary-markup";
- types[++i] = "text/plain";
types[++i] = "text/plain;charset=utf-8";
ecore_wl_dnd_selection_get(ecore_wl_input_get(), *types);
}
types[++i] = "text/plain;charset=utf-8";
ecore_wl_dnd_selection_get(ecore_wl_input_get(), *types);
}