git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52833
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
Entry *en;
const char *str;
- if (!rp) return 0;
+ if (!rp) return EINA_FALSE;
en = rp->entry_data;
if ((!en) || (rp->part->type != EDJE_PART_TYPE_TEXTBLOCK) ||
(rp->part->entry_mode < EDJE_ENTRY_EDIT_MODE_SELECTABLE))
- return 0;
+ return EINA_FALSE;
if (text)
{
}
if (cursor_pos)
- {
- *cursor_pos = evas_textblock_cursor_pos_get(en->cursor);
- }
+ *cursor_pos = evas_textblock_cursor_pos_get(en->cursor);
- return 1;
+ return EINA_TRUE;
}
static Eina_Bool