fixed documentation for consistency. Gets -> Get.
authorDaniel Juyung Seo <seojuyung@gmail.com>
Wed, 21 Aug 2013 20:23:44 +0000 (05:23 +0900)
committerDaniel Juyung Seo <seojuyung@gmail.com>
Wed, 21 Aug 2013 20:24:46 +0000 (05:24 +0900)
Occurance of Get is super much higher than Gets.
So change Gets to Get for consistency.

48 files changed:
src/lib/elc_hoversel_legacy.h
src/lib/elc_multibuttonentry.c
src/lib/elc_multibuttonentry_eo.h
src/lib/elc_multibuttonentry_legacy.h
src/lib/elm_cnp.h
src/lib/elm_config.h
src/lib/elm_deprecated.h
src/lib/elm_entry.c
src/lib/elm_entry_common.h
src/lib/elm_entry_eo.h
src/lib/elm_entry_legacy.h
src/lib/elm_flip_legacy.h
src/lib/elm_flipselector_common.h
src/lib/elm_general.h
src/lib/elm_genlist.c
src/lib/elm_genlist_eo.h
src/lib/elm_genlist_legacy.h
src/lib/elm_gesture_layer.c
src/lib/elm_glview.c
src/lib/elm_glview_eo.h
src/lib/elm_glview_legacy.h
src/lib/elm_hover.c
src/lib/elm_hover_eo.h
src/lib/elm_hover_legacy.h
src/lib/elm_icon.c
src/lib/elm_icon_eo.h
src/lib/elm_icon_legacy.h
src/lib/elm_image.c
src/lib/elm_image_legacy.h
src/lib/elm_layout.c
src/lib/elm_layout_eo.h
src/lib/elm_layout_legacy.h
src/lib/elm_list_legacy.h
src/lib/elm_object.h
src/lib/elm_object_item.h
src/lib/elm_removed.h
src/lib/elm_scroller_legacy.h
src/lib/elm_toolbar.c
src/lib/elm_toolbar_eo.h
src/lib/elm_toolbar_legacy.h
src/lib/elm_web.c
src/lib/elm_web2.c
src/lib/elm_web_common.h
src/lib/elm_web_eo.h
src/lib/elm_web_legacy.h
src/lib/elm_win.c
src/lib/elm_win_eo.h
src/lib/elm_win_legacy.h

index 02509c387f9ea9f635be49e7eeb54e2a1a39bfed..9505d809041652cb9783451bd580d6e69367541a 100644 (file)
@@ -54,7 +54,7 @@ EAPI void                         elm_hoversel_hover_parent_set(Evas_Object *obj
  * @param obj The hoversel object
  * @return The used parent
  *
- * Gets the hover parent object.
+ * Get the hover parent object.
  *
  * @see elm_hoversel_hover_parent_set()
  *
index 109b272578a404ac231155f97edfd55b2eefad42..cca25b2fea5890083c6319a7a3b77f2a00df93a3 100644 (file)
@@ -2242,7 +2242,7 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_MULTIBUTTONENTRY_SUB_ID_EXPANDED_GET, "Get the value of expanded state."),
      EO_OP_DESCRIPTION(ELM_OBJ_MULTIBUTTONENTRY_SUB_ID_EXPANDED_SET, "Set/Unset the multibuttonentry to expanded state."),
      EO_OP_DESCRIPTION(ELM_OBJ_MULTIBUTTONENTRY_SUB_ID_EDITABLE_SET, "Sets if the multibuttonentry is to be editable or not."),
-     EO_OP_DESCRIPTION(ELM_OBJ_MULTIBUTTONENTRY_SUB_ID_EDITABLE_GET, "Gets whether the multibuttonentry is editable or not."),
+     EO_OP_DESCRIPTION(ELM_OBJ_MULTIBUTTONENTRY_SUB_ID_EDITABLE_GET, "Get whether the multibuttonentry is editable or not."),
      EO_OP_DESCRIPTION(ELM_OBJ_MULTIBUTTONENTRY_SUB_ID_ITEM_PREPEND, "Prepend a new item to the multibuttonentry."),
      EO_OP_DESCRIPTION(ELM_OBJ_MULTIBUTTONENTRY_SUB_ID_ITEM_APPEND, "Append a new item to the multibuttonentry."),
      EO_OP_DESCRIPTION(ELM_OBJ_MULTIBUTTONENTRY_SUB_ID_ITEM_INSERT_BEFORE, "Add a new item to the multibuttonentry before the indicated object."),
index 4b8a30862ff7dbe669fa6b9df18cfc1135a0f85b..8813548dd2e8cc257bfdcf3dde32f6bd623af6ef 100644 (file)
@@ -89,7 +89,7 @@ enum
  * @def elm_obj_multibuttonentry_editable_get
  * @since 1.8
  *
- * Gets whether the multibuttonentry is editable or not.
+ * Get whether the multibuttonentry is editable or not.
  *
  * @param[out] ret
  *
index 3fb9d3f9e8f496b48469a820b3f6b88f1f15b6f5..2a3943217e50281b1126c216b709d8a9898c7b93 100644 (file)
@@ -258,7 +258,7 @@ EAPI void                       elm_multibuttonentry_item_filter_remove(Evas_Obj
 EAPI void elm_multibuttonentry_editable_set(Evas_Object *obj, Eina_Bool editable);
 
 /**
- * Gets whether the multibuttonentry is editable or not.
+ * Get whether the multibuttonentry is editable or not.
  *
  * @param obj The multibuttonentry object
  * @return EINA_TRUE if the multibuttonentry is editable by the user. EINA_FALSE if not.
index 5b0b2df70c078664c7e11f077e24e4cf897791a1..8bf36c98b475d42743be8ea359b6633947caec25 100644 (file)
@@ -210,7 +210,7 @@ EAPI Eina_Bool elm_cnp_selection_set(Evas_Object *obj, Elm_Sel_Type selection,
 /**
  * @brief Retrieve data from a widget that has a selection.
  *
- * Gets the current selection data from a widget.
+ * Get the current selection data from a widget.
  * The widget input here will usually be elm_entry,
  * in which case @p datacb and @p udata can be NULL.
  * If a different widget is passed, @p datacb and @p udata are used for retrieving data.
index 6f1bd25b6a19f3a8e1b8b41c550ef3104856d4c4..572bf644b682de609dddb875a01e1b040262ff0a 100644 (file)
@@ -700,7 +700,7 @@ EAPI Eina_Bool elm_config_password_show_last_get(void);
 EAPI void      elm_config_password_show_last_set(Eina_Bool password_show_last);
 
 /**
- * Gets the timeout value in "show last" password mode.
+ * Get the timeout value in "show last" password mode.
  *
  * This gets the time out value for which the last input entered in password
  * mode will be visible.
index 0562ac5946ca3f64982d374d483331a73611ba94..3dcac84ae41a66d20ec7a9ab023d50a906578ce1 100644 (file)
@@ -516,7 +516,7 @@ EINA_DEPRECATED EAPI Eina_Bool                   elm_label_slide_get(const Evas_
 EINA_DEPRECATED EAPI void      elm_object_domain_translatable_text_part_set(Evas_Object *obj, const char *part, const char *domain, const char *text);
 
 /**
- * Gets the original string set as translatable for an object
+ * Get the original string set as translatable for an object
  *
  * When setting translated strings, the function elm_object_part_text_get()
  * will return the translation returned by @c gettext(). To get the
@@ -1118,7 +1118,7 @@ EINA_DEPRECATED EAPI void                  elm_icon_prescale_set(Evas_Object *ob
 EINA_DEPRECATED EAPI int                   elm_icon_prescale_get(const Evas_Object *obj);
 
 /**
- * Gets the image object of the icon. DO NOT MODIFY THIS.
+ * Get the image object of the icon. DO NOT MODIFY THIS.
  *
  * @param obj The icon object
  * @return The internal icon object
index 3bad6f797f59f2447569cb03cb4c1efe6fc3e4f9..91b4d30594ac5d434a969121fc0e1ebe0b690681 100644 (file)
@@ -5613,19 +5613,19 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_TEXT_STYLE_USER_POP, "Remove the style in the top of user style stack."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_TEXT_STYLE_USER_PEEK, "Retrieve the style on the top of user style stack."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_SINGLE_LINE_SET, "Sets the entry to single line mode."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_SINGLE_LINE_GET, "Gets whether the entry is set to be single line."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_SINGLE_LINE_GET, "Get whether the entry is set to be single line."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_PASSWORD_SET, "Sets the entry to password mode."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_PASSWORD_GET, "Gets whether the entry is set to password mode."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_PASSWORD_GET, "Get whether the entry is set to password mode."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_ENTRY_APPEND, "Appends entry to the text of the entry."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_IS_EMPTY, "Gets whether the entry is empty."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_IS_EMPTY, "Get whether the entry is empty."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_TEXTBLOCK_GET, "Returns the actual textblock object of the entry."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CALC_FORCE, "Forces calculation of the entry size and text layouting."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_SELECTION_GET, "Gets any selected text within the entry."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_SELECTION_GET, "Get any selected text within the entry."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_ENTRY_INSERT, "Inserts the given text into the entry at the current cursor position."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_LINE_WRAP_SET, "Set the line wrap type to use on multi-line entries."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_LINE_WRAP_GET, "Gets the wrap mode the entry was set to use."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_LINE_WRAP_GET, "Get the wrap mode the entry was set to use."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_EDITABLE_SET, "Sets if the entry is to be editable or not."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_EDITABLE_GET, "Gets whether the entry is editable or not."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_EDITABLE_GET, "Get whether the entry is editable or not."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_SELECT_NONE, "This drops any existing text selection within the entry."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_SELECT_ALL, "This selects all text within the entry."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_GEOMETRY_GET, "This function returns the geometry of the cursor."),
@@ -5639,9 +5639,9 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_LINE_END_SET, "This moves the cursor to the end of the current line."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_SELECTION_BEGIN, "This begins a selection within the entry as though."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_SELECTION_END, "This ends a selection within the entry as though."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_IS_FORMAT_GET, "Gets whether a format node exists at the current cursor position."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_IS_VISIBLE_FORMAT_GET, "Gets if the current cursor position holds a visible format node."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_CONTENT_GET, "Gets the character pointed by the cursor at its current position."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_IS_FORMAT_GET, "Get whether a format node exists at the current cursor position."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_IS_VISIBLE_FORMAT_GET, "Get if the current cursor position holds a visible format node."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_CONTENT_GET, "Get the character pointed by the cursor at its current position."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_POS_SET, "Sets the cursor position in the entry to the given value."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_CURSOR_POS_GET, "Retrieves the current position of the cursor in the entry."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_SELECTION_CUT, "This executes a 'cut' action on the selected text in the entry."),
@@ -5658,7 +5658,7 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_MARKUP_FILTER_PREPEND, "Prepend a markup filter function for text inserted in the entry."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_MARKUP_FILTER_REMOVE, "Remove a markup filter from the list."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_FILE_SET, "This sets the file (and implicitly loads it) for the text to display and then edit."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_FILE_GET, "Gets the file being edited by the entry."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_FILE_GET, "Get the file being edited by the entry."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_FILE_SAVE, "This function writes any changes made to the file set with elm_entry_file_set()."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_AUTOSAVE_SET, "This sets the entry object to 'autosave' the loaded text file or not."),
      EO_OP_DESCRIPTION(ELM_OBJ_ENTRY_SUB_ID_AUTOSAVE_GET, "This gets the entry object's 'autosave' status."),
index d572b151976d15960e98c3ff17f686df921a7b3d..1f79b31c27372b9a1ab42f30b7a220edb8c83042 100644 (file)
@@ -351,7 +351,7 @@ typedef enum {
 /**
  * Get the text of the contextual menu item.
  *
- * Gets the text of the contextual menu item of entry.
+ * Get the text of the contextual menu item of entry.
  *
  * @param item The item to get the label
  * @return The text of contextual menu item
@@ -365,7 +365,7 @@ EAPI const char                  *elm_entry_context_menu_item_label_get(const El
 /**
  * Get the icon object of the contextual menu item.
  *
- * Gets the icon object packed in the contextual menu item of entry.
+ * Get the icon object packed in the contextual menu item of entry.
  *
  * @param item The item to get the icon from
  * @param icon_file The image file path on disk used for the icon or standard
index 47fdbd62cd4e92bbd7872c13ff059d599a093184..8ecf86b6c656091351974648df8b4b03253e9590 100644 (file)
@@ -158,7 +158,7 @@ enum
  * @def elm_obj_entry_single_line_get
  * @since 1.8
  *
- * Gets whether the entry is set to be single line.
+ * Get whether the entry is set to be single line.
  *
  * @param[out] ret
  *
@@ -186,7 +186,7 @@ enum
  * @def elm_obj_entry_password_get
  * @since 1.8
  *
- * Gets whether the entry is set to password mode.
+ * Get whether the entry is set to password mode.
  *
  * @param[out] ret
  *
@@ -214,7 +214,7 @@ enum
  * @def elm_obj_entry_is_empty
  * @since 1.8
  *
- * Gets whether the entry is empty.
+ * Get whether the entry is empty.
  *
  * @param[out] ret
  *
@@ -255,7 +255,7 @@ enum
  * @def elm_obj_entry_selection_get
  * @since 1.8
  *
- * Gets any selected text within the entry.
+ * Get any selected text within the entry.
  *
  * @param[out] ret
  *
@@ -297,7 +297,7 @@ enum
  * @def elm_obj_entry_line_wrap_get
  * @since 1.8
  *
- * Gets the wrap mode the entry was set to use.
+ * Get the wrap mode the entry was set to use.
  *
  * @param[out] ret
  *
@@ -325,7 +325,7 @@ enum
  * @def elm_obj_entry_editable_get
  * @since 1.8
  *
- * Gets whether the entry is editable or not.
+ * Get whether the entry is editable or not.
  *
  * @param[out] ret
  *
@@ -517,7 +517,7 @@ enum
  * @def elm_obj_entry_cursor_is_format_get
  * @since 1.8
  *
- * Gets whether a format node exists at the current cursor position.
+ * Get whether a format node exists at the current cursor position.
  *
  * @param[out] ret
  *
@@ -531,7 +531,7 @@ enum
  * @def elm_obj_entry_cursor_is_visible_format_get
  * @since 1.8
  *
- * Gets if the current cursor position holds a visible format node.
+ * Get if the current cursor position holds a visible format node.
  *
  * @param[out] ret
  *
@@ -545,7 +545,7 @@ enum
  * @def elm_obj_entry_cursor_content_get
  * @since 1.8
  *
- * Gets the character pointed by the cursor at its current position.
+ * Get the character pointed by the cursor at its current position.
  *
  * @param[out] ret
  *
@@ -794,7 +794,7 @@ enum
  * @def elm_obj_entry_file_get
  * @since 1.8
  *
- * Gets the file being edited by the entry.
+ * Get the file being edited by the entry.
  *
  * @param[out] file
  * @param[out] format
index 90c626432619a129a5be61ac9eb38c776d4c785b..d6656b6bc72116edba305f7fd9b30ccb8f4a72d5 100644 (file)
@@ -93,7 +93,7 @@ EAPI const char*      elm_entry_text_style_user_peek(const Evas_Object *obj);
 EAPI void               elm_entry_single_line_set(Evas_Object *obj, Eina_Bool single_line);
 
 /**
- * Gets whether the entry is set to be single line.
+ * Get whether the entry is set to be single line.
  *
  * @param obj The entry object
  * @return single_line If true, the text in the entry is set to display
@@ -119,7 +119,7 @@ EAPI Eina_Bool          elm_entry_single_line_get(const Evas_Object *obj);
 EAPI void               elm_entry_password_set(Evas_Object *obj, Eina_Bool password);
 
 /**
- * Gets whether the entry is set to password mode.
+ * Get whether the entry is set to password mode.
  *
  * @param obj The entry object
  * @return If true, the entry is set to display all characters
@@ -149,7 +149,7 @@ EAPI Eina_Bool          elm_entry_password_get(const Evas_Object *obj);
 EAPI void               elm_entry_entry_append(Evas_Object *obj, const char *entry);
 
 /**
- * Gets whether the entry is empty.
+ * Get whether the entry is empty.
  *
  * Empty means no text at all. If there are any markup tags, like an item
  * tag for which no provider finds anything, and no text is displayed, this
@@ -208,7 +208,7 @@ EAPI Evas_Object *      elm_entry_textblock_get(Evas_Object *obj);
 EAPI void               elm_entry_calc_force(Evas_Object *obj);
 
 /**
- * Gets any selected text within the entry.
+ * Get any selected text within the entry.
  *
  * If there's any selected text in the entry, this function returns it as
  * a string in markup format. NULL is returned if no selection exists or
@@ -264,7 +264,7 @@ EAPI void               elm_entry_entry_insert(Evas_Object *obj, const char *ent
 EAPI void               elm_entry_line_wrap_set(Evas_Object *obj, Elm_Wrap_Type wrap);
 
 /**
- * Gets the wrap mode the entry was set to use.
+ * Get the wrap mode the entry was set to use.
  *
  * @param obj The entry object
  * @return Wrap type
@@ -296,7 +296,7 @@ EAPI Elm_Wrap_Type      elm_entry_line_wrap_get(const Evas_Object *obj);
 EAPI void               elm_entry_editable_set(Evas_Object *obj, Eina_Bool editable);
 
 /**
- * Gets whether the entry is editable or not.
+ * Get whether the entry is editable or not.
  *
  * @param obj The entry object
  * @return If true, the entry is editable by the user.
@@ -441,7 +441,7 @@ EAPI void               elm_entry_cursor_selection_begin(Evas_Object *obj);
 EAPI void               elm_entry_cursor_selection_end(Evas_Object *obj);
 
 /**
- * Gets whether a format node exists at the current cursor position.
+ * Get whether a format node exists at the current cursor position.
  *
  * A format node is anything that defines how the text is rendered. It can
  * be a visible format node, such as a line break or a paragraph separator,
@@ -460,7 +460,7 @@ EAPI void               elm_entry_cursor_selection_end(Evas_Object *obj);
 EAPI Eina_Bool          elm_entry_cursor_is_format_get(const Evas_Object *obj);
 
 /**
- * Gets if the current cursor position holds a visible format node.
+ * Get if the current cursor position holds a visible format node.
  *
  * @param obj The entry object
  * @return EINA_TRUE if the current cursor is a visible format, EINA_FALSE
@@ -473,7 +473,7 @@ EAPI Eina_Bool          elm_entry_cursor_is_format_get(const Evas_Object *obj);
 EAPI Eina_Bool          elm_entry_cursor_is_visible_format_get(const Evas_Object *obj);
 
 /**
- * Gets the character pointed by the cursor at its current position.
+ * Get the character pointed by the cursor at its current position.
  *
  * This function returns a string with the utf8 character stored at the
  * current cursor position.
@@ -708,7 +708,7 @@ EAPI void               elm_entry_markup_filter_remove(Evas_Object *obj, Elm_Ent
 EAPI Eina_Bool          elm_entry_file_set(Evas_Object *obj, const char *file, Elm_Text_Format format);
 
 /**
- * Gets the file being edited by the entry.
+ * Get the file being edited by the entry.
  *
  * This function can be used to retrieve any file set on the entry for
  * edition, along with the format used to load and save it.
index 8a8f3027335241b1bba35331410f066fd9ee556e..3e463dcd6876fcc87f2946f0d391f769c5ca44c1 100644 (file)
@@ -201,7 +201,7 @@ EAPI void                 elm_flip_interaction_direction_enabled_set(Evas_Object
  * @param dir The direction to check
  * @return If that direction is enabled or not
  *
- * Gets the enabled state set by elm_flip_interaction_direction_enabled_set()
+ * Get the enabled state set by elm_flip_interaction_direction_enabled_set()
  *
  * @see elm_flip_interaction_set()
  *
index 40f863302ba12dd9c5d56780f7cbc1a733c9e819..ef058f5b96d44e0d9e0defe72693c0156b35ac19 100644 (file)
@@ -32,7 +32,7 @@ EAPI void                        elm_flipselector_item_selected_set(Elm_Object_I
 EAPI Eina_Bool  elm_flipselector_item_selected_get(const Elm_Object_Item *it);
 
 /**
- * Gets the item before @p item in a flip selector widget's internal list of
+ * Get the item before @p item in a flip selector widget's internal list of
  * items.
  *
  * @param it The item to fetch previous from
@@ -46,7 +46,7 @@ EAPI Eina_Bool  elm_flipselector_item_selected_get(const Elm_Object_Item *it);
 EAPI Elm_Object_Item *elm_flipselector_item_prev_get(const Elm_Object_Item *it);
 
 /**
- * Gets the item after @p item in a flip selector widget's
+ * Get the item after @p item in a flip selector widget's
  * internal list of items.
  *
  * @param it The item to fetch next from
index 5e4703a82b69ff40e305b1843bbb5a1172636f66..2ad5d2dea028a3c87daaac3a71ba03d1bdcace09 100644 (file)
@@ -308,7 +308,7 @@ EAPI char     *elm_quicklaunch_exe_path_get(const char *exe);
 EAPI Eina_Bool elm_policy_set(unsigned int policy, int value);
 
 /**
- * Gets the policy value for given policy identifier.
+ * Get the policy value for given policy identifier.
  *
  * @param policy policy identifier, as in #Elm_Policy.
  * @return The currently set policy value, for that
index d9f90fa7e97a70a23717bffc097b09952c3a91fb..d9357f1cf58eeeb621ee25b38d6311c58bfc5e9f 100644 (file)
@@ -7475,7 +7475,7 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_ITEM_SORTED_INSERT, "Insert a new item into the sorted genlist object."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_CLEAR, "Remove all items from a given genlist widget."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_MULTI_SELECT_SET, "Enable or disable multi-selection in the genlist."),
-     EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_MULTI_SELECT_GET, "Gets if multi-selection in genlist is enabled or disabled."),
+     EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_MULTI_SELECT_GET, "Get if multi-selection in genlist is enabled or disabled."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_SELECTED_ITEM_GET, "Get the selected item in the genlist."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_SELECTED_ITEMS_GET, "Get a list of selected items in the genlist."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_REALIZED_ITEMS_GET, "Get a list of realized items in genlist."),
@@ -7483,7 +7483,7 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_FIRST_ITEM_GET, "Get the first item in the genlist."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_LAST_ITEM_GET, "Get the last item in the genlist."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_MODE_SET, "This sets the horizontal stretching mode."),
-     EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_MODE_GET, "Gets the horizontal stretching mode."),
+     EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_MODE_GET, "Get the horizontal stretching mode."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_HOMOGENEOUS_SET, "Enable/disable homogeneous mode."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_HOMOGENEOUS_GET, "Get whether the homogeneous mode is enabled."),
      EO_OP_DESCRIPTION(ELM_OBJ_GENLIST_SUB_ID_BLOCK_COUNT_SET, "Set the maximum number of items within an item block."),
index 42079ca724603af62c935d763bc43ffb9cbc013b..d25bafca140f7176633a55035e97b0193950e3cb 100644 (file)
@@ -190,7 +190,7 @@ enum
  * @def elm_obj_genlist_multi_select_get
  * @since 1.8
  *
- * Gets if multi-selection in genlist is enabled or disabled.
+ * Get if multi-selection in genlist is enabled or disabled.
  *
  * @param[out] ret
  *
@@ -289,7 +289,7 @@ enum
  * @def elm_obj_genlist_mode_get
  * @since 1.8
  *
- * Gets the horizontal stretching mode.
+ * Get the horizontal stretching mode.
  *
  * @param[out] ret
  *
index 41db8460a110b0625e766e7261a3bb4e847ba77d..3332d322fcf2a6d589c7dac81f81b1bc19c6df2d 100644 (file)
@@ -46,7 +46,7 @@ EAPI void                          elm_genlist_clear(Evas_Object *obj);
 EAPI void                          elm_genlist_multi_select_set(Evas_Object *obj, Eina_Bool multi);
 
 /**
- * Gets if multi-selection in genlist is enabled or disabled.
+ * Get if multi-selection in genlist is enabled or disabled.
  *
  * @param obj The genlist object
  * @return Multi-select enabled/disabled
@@ -91,7 +91,7 @@ EAPI Eina_Bool                     elm_genlist_multi_select_get(const Evas_Objec
 EAPI void                          elm_genlist_mode_set(Evas_Object *obj, Elm_List_Mode mode);
 
 /**
- * Gets the horizontal stretching mode.
+ * Get the horizontal stretching mode.
  *
  * @param obj The genlist object
  * @return The mode to use
@@ -661,7 +661,7 @@ EAPI void elm_genlist_focus_on_selection_set(Evas_Object *obj, Eina_Bool enabled
 
 
 /**
- * Gets whether focus upon item's selection mode is enabled.
+ * Get whether focus upon item's selection mode is enabled.
  *
  * @param obj The genlist object
  * @return The tree effect status
index 5b90f646e6de275f1f1655aef65d76ff6b92b89c..4ceafafdad421af18175c4dbec6f4e32b158e2ea 100644 (file)
@@ -2985,8 +2985,8 @@ _on_rotation_broke_tolerance(Rotate_Type *st)
  * @param y1 first finger y location.
  * @param x2 second finger x location.
  * @param y2 second finger y location.
- * @param x  Gets center point x cord (output)
- * @param y  Gets center point y cord (output)
+ * @param x  Get center point x cord (output)
+ * @param y  Get center point y cord (output)
  *
  * @return length of the line between (x1,y1), (x2,y2) in pixels.
  *
index f3bf7aeb2d3a3b8c6b02fff793253025cf73ae90..69976f0edaa162080b25c18aa4ccb9c34f559e64 100644 (file)
@@ -596,12 +596,12 @@ _class_constructor(Eo_Class *klass)
 }
 
 static const Eo_Op_Description op_desc[] = {
-     EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_GL_API_GET, "Gets the gl api struct for gl rendering."),
+     EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_GL_API_GET, "Get the gl api struct for gl rendering."),
      EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_MODE_SET, "Set the mode of the GLView."),
      EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_RESIZE_POLICY_SET, "Set the resize policy for the glview object."),
      EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_RENDER_POLICY_SET, "Set the render policy for the glview object."),
      EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_SIZE_SET, "Sets the size of the glview."),
-     EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_SIZE_GET, "Gets the size of the glview."),
+     EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_SIZE_GET, "Get the size of the glview."),
      EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_INIT_FUNC_SET, "Set the init function that runs once in the main loop."),
      EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_DEL_FUNC_SET, "Set the render function that runs in the main loop."),
      EO_OP_DESCRIPTION(ELM_OBJ_GLVIEW_SUB_ID_RESIZE_FUNC_SET, "Set the resize function that gets called when resize happens."),
index 1bbf304528c16d14352e7ea8884be3393dd0c391..5d6653e2fa4803a1fe2382d6f37e2b33554a5d59 100644 (file)
@@ -27,7 +27,7 @@ enum
  * @def elm_obj_glview_gl_api_get
  * @since 1.8
  *
- * Gets the gl api struct for gl rendering
+ * Get the gl api struct for gl rendering
  *
  * @param[out] ret
  *
@@ -101,7 +101,7 @@ enum
  * @def elm_obj_glview_size_get
  * @since 1.8
  *
- * Gets the size of the glview.
+ * Get the size of the glview.
  *
  * @param[out] w
  * @param[out] h
index b2c4956865af8c3a41af720b30217f3a4bdc9be9..1586425711c57079e352590052e8d5a291f43b80 100644 (file)
@@ -9,7 +9,7 @@
 EAPI Evas_Object *elm_glview_add(Evas_Object *parent);
 
 /**
- * Gets the gl api struct for gl rendering
+ * Get the gl api struct for gl rendering
  *
  * @param obj The glview object
  * @return The api object or NULL if it cannot be created
@@ -78,7 +78,7 @@ EAPI Eina_Bool    elm_glview_render_policy_set(Evas_Object *obj, Elm_GLView_Rend
 EAPI void         elm_glview_size_set(Evas_Object *obj, Evas_Coord w, Evas_Coord h);
 
 /**
- * Gets the size of the glview.
+ * Get the size of the glview.
  *
  * @param obj The glview object
  * @param w width of the glview object
index 2d166bdf7a8b8a6aa5d8f5db642230b7ab53c199..8e89df275b28a6d873cbb0207cfe3e7eba690c26 100644 (file)
@@ -882,7 +882,7 @@ _class_constructor(Eo_Class *klass)
 
 static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_HOVER_SUB_ID_TARGET_SET, "Sets the target object for the hover."),
-     EO_OP_DESCRIPTION(ELM_OBJ_HOVER_SUB_ID_TARGET_GET, "Gets the target object for the hover."),
+     EO_OP_DESCRIPTION(ELM_OBJ_HOVER_SUB_ID_TARGET_GET, "Get the target object for the hover."),
      EO_OP_DESCRIPTION(ELM_OBJ_HOVER_SUB_ID_BEST_CONTENT_LOCATION_GET, "Returns the best swallow location for content in the hover."),
      EO_OP_DESCRIPTION(ELM_OBJ_HOVER_SUB_ID_DISMISS, "Dismiss a hover object."),
      EO_OP_DESCRIPTION_SENTINEL
index 3f7a2bb06610361ac2ae58bee63413ecf5b8d6ae..782f5258eb7d6aee698599f1efbe1efd8ea15327 100644 (file)
@@ -34,7 +34,7 @@ const Eo_Class *elm_obj_hover_class_get(void) EINA_CONST;
  * @def elm_obj_hover_target_get
  * @since 1.8
  *
- * @brief Gets the target object for the hover.
+ * @brief Get the target object for the hover.
  *
  * @param[out] ret
  *
index b559cf6843383a5f5e4df7645aa5797b8f84ea33..e642292e5e31f93d9692b2db66447ca73553e2b7 100644 (file)
@@ -22,7 +22,7 @@ EAPI Evas_Object *elm_hover_add(Evas_Object *parent);
 EAPI void         elm_hover_parent_set(Evas_Object *obj, Evas_Object *parent);
 
 /**
- * @brief Gets the parent object for the hover.
+ * @brief Get the parent object for the hover.
  *
  * @param obj The hover object
  * @return The parent object to locate the hover over.
@@ -46,7 +46,7 @@ EAPI Evas_Object *elm_hover_parent_get(const Evas_Object *obj);
 EAPI void         elm_hover_target_set(Evas_Object *obj, Evas_Object *target);
 
 /**
- * @brief Gets the target object for the hover.
+ * @brief Get the target object for the hover.
  *
  * @param obj The hover object
  * @return The target object for the hover.
index 652d384c00ecbb05eed4b1eaf323edd2b991232f..a451f763a0be35d4b8d5bf314f45504cca7fc18f 100644 (file)
@@ -1146,7 +1146,7 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_ICON_SUB_ID_STANDARD_SET, "Set the icon by icon standards names."),
      EO_OP_DESCRIPTION(ELM_OBJ_ICON_SUB_ID_STANDARD_GET, "Get the icon name set by icon standard names."),
      EO_OP_DESCRIPTION(ELM_OBJ_ICON_SUB_ID_ORDER_LOOKUP_SET, "Sets the icon lookup order used by elm_icon_standard_set()."),
-     EO_OP_DESCRIPTION(ELM_OBJ_ICON_SUB_ID_ORDER_LOOKUP_GET, "Gets the icon lookup order."),
+     EO_OP_DESCRIPTION(ELM_OBJ_ICON_SUB_ID_ORDER_LOOKUP_GET, "Get the icon lookup order."),
      EO_OP_DESCRIPTION_SENTINEL
 };
 static const Eo_Class_Description class_desc = {
index 53cf9b4ae701a28cc76467aacc5945b6ae3a7561..02d077b6d8b13741e9646d47c1b3f49dc2ae5c32 100644 (file)
@@ -79,7 +79,7 @@ enum
  * @def elm_obj_icon_order_lookup_get
  * @since 1.8
  *
- * Gets the icon lookup order.
+ * Get the icon lookup order.
  *
  * @param[out] ret
  *
index 7aff8662c01c9e7f07d6703f3b45ce9a41bc522e..274185ea82b34be2d820c7241c22e91ac32fce14 100644 (file)
@@ -89,7 +89,7 @@ EAPI const char           *elm_icon_standard_get(const Evas_Object *obj);
 EAPI void                  elm_icon_order_lookup_set(Evas_Object *obj, Elm_Icon_Lookup_Order order);
 
 /**
- * Gets the icon lookup order.
+ * Get the icon lookup order.
  *
  * @param obj The icon object
  * @return The icon lookup order
index 5e3a0c7c7b7bd5fdec30e05941a0206ae5354f29..b2040fa3e560a72c4f027f7cb2a8d2cb8729ba7d 100644 (file)
@@ -1781,7 +1781,7 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_IMAGE_SUB_ID_SCALE_SET, "'Virtual' function on setting the scale for the object's image size."),
      EO_OP_DESCRIPTION(ELM_OBJ_IMAGE_SUB_ID_SCALE_GET, "'Virtual' function on retrieving the scale for the object's image size."),
 
-     EO_OP_DESCRIPTION(ELM_OBJ_IMAGE_SUB_ID_OBJECT_SIZE_GET, "Gets the current size of the image."),
+     EO_OP_DESCRIPTION(ELM_OBJ_IMAGE_SUB_ID_OBJECT_SIZE_GET, "Get the current size of the image."),
 
      EO_OP_DESCRIPTION(ELM_OBJ_IMAGE_SUB_ID_SMOOTH_SET, "Set the smooth effect for an image."),
      EO_OP_DESCRIPTION(ELM_OBJ_IMAGE_SUB_ID_SMOOTH_GET, "Get the smooth effect for an image."),
index 563796f1a5d259a30f50765d807938bcd2409030..04bdc8ee884de31845caed718e83da52812bf4ab 100644 (file)
@@ -112,7 +112,7 @@ EAPI void             elm_image_smooth_set(Evas_Object *obj, Eina_Bool smooth);
 EAPI Eina_Bool        elm_image_smooth_get(const Evas_Object *obj);
 
 /**
- * Gets the current size of the image.
+ * Get the current size of the image.
  *
  * @param obj The image object.
  * @param w Pointer to store width, or NULL.
index 13f8386946193fb41bdfeabcc00ca4df4c471805..d45311935f1bbbba776ae8c4841d09245bdd4eec 100644 (file)
@@ -2274,9 +2274,9 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_PART_CURSOR_GET, "Get the cursor to be shown when mouse is over an edje part."),
      EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_PART_CURSOR_UNSET, "Unsets a cursor previously set with elm_layout_part_cursor_set()."),
      EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_PART_CURSOR_STYLE_SET, "Sets a specific cursor style for an edje part."),
-     EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_PART_CURSOR_STYLE_GET, "Gets a specific cursor style for an edje part."),
+     EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_PART_CURSOR_STYLE_GET, "Get a specific cursor style for an edje part."),
      EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_PART_CURSOR_ENGINE_ONLY_SET, "Sets if the cursor set should be searched on the theme or should use the provided by the engine, only ."),
-     EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_PART_CURSOR_ENGINE_ONLY_GET, "Gets a specific cursor engine_only for an edje part."),
+     EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_PART_CURSOR_ENGINE_ONLY_GET, "Get a specific cursor engine_only for an edje part."),
      EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_EDJE_OBJECT_CAN_ACCESS_SET, "Checks whenever 'property' is impemented in current class."),
      EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_EDJE_OBJECT_CAN_ACCESS_GET, "Checks whenever 'property' is impemented in current class."),
      EO_OP_DESCRIPTION(ELM_OBJ_LAYOUT_SUB_ID_TEXT_ALIASES_GET, "Checks whenever 'text aliases' are impemented in current class."),
index d6b6b2c055f260796fe1c295efb8bf6de4bf68b7..bbacde2adb4d63ebea294493a15f87224fd999b0 100644 (file)
  * @def elm_obj_layout_part_cursor_style_get
  * @since 1.8
  *
- * Gets a specific cursor style for an edje part.
+ * Get a specific cursor style for an edje part.
  *
  * @param[in] part_name
  * @param[out] ret
  * @def elm_obj_layout_part_cursor_engine_only_get
  * @since 1.8
  *
- * Gets a specific cursor engine_only for an edje part.
+ * Get a specific cursor engine_only for an edje part.
  *
  * @param[in] part_name
  * @param[out] ret
index 0ffe7891067ec5e4ccd59841b2c07f714ebeac73..98450ad41057f52e803dc560e7685d34b8f85617 100644 (file)
@@ -467,7 +467,7 @@ EAPI Eina_Bool                    elm_layout_part_cursor_unset(Evas_Object *obj,
 EAPI Eina_Bool                    elm_layout_part_cursor_style_set(Evas_Object *obj, const char *part_name, const char *style);
 
 /**
- * Gets a specific cursor style for an edje part.
+ * Get a specific cursor style for an edje part.
  *
  * @param obj The layout object.
  * @param part_name a part from loaded edje group.
@@ -533,7 +533,7 @@ EAPI Eina_Bool                    elm_layout_edje_object_can_access_set(Evas_Obj
 EAPI Eina_Bool                    elm_layout_edje_object_can_access_get(Evas_Object *obj);
 
 /**
- * Gets a specific cursor engine_only for an edje part.
+ * Get a specific cursor engine_only for an edje part.
  *
  * @param obj The layout object.
  * @param part_name a part from loaded edje group.
index 11bbb13fe8b4bc56e8bc245848a57a77c3a45d48..3371d3b84d4f4d5856e11c05a6b6270de53e0ca2 100644 (file)
@@ -542,7 +542,7 @@ EAPI Elm_Object_Item             *elm_list_at_xy_item_get(const Evas_Object *obj
 EAPI void elm_list_focus_on_selection_set(Evas_Object *obj, Eina_Bool enabled);
 
 /**
- * Gets whether focus upon item's selection mode is enabled.
+ * Get whether focus upon item's selection mode is enabled.
  *
  * @param obj The genlist object
  * @return The tree effect status
index 59a784ea1602fb441d9f6b629a35875874b07f19..b25da2ad35581bf348bc5fa00baa0a2abdca9bfa 100644 (file)
@@ -62,7 +62,7 @@ EAPI void      elm_object_domain_translatable_part_text_set(Evas_Object *obj, co
 #define elm_object_translatable_part_text_set(obj, part, text)     elm_object_domain_translatable_part_text_set((obj), (part), NULL, (text))
 
 /**
- * Gets the original string set as translatable for an object
+ * Get the original string set as translatable for an object
  *
  * When setting translated strings, the function elm_object_part_text_get()
  * will return the translation returned by @c gettext(). To get the
index 50478062d56768d4eda2c74d9887e444bbf71ad5..8a0ccde90603439df1b173c179f021317a5a30f9 100644 (file)
@@ -153,7 +153,7 @@ EAPI void      elm_object_item_domain_translatable_part_text_set(Elm_Object_Item
 #define elm_object_item_translatable_part_text_set(it, part, text) elm_object_item_domain_translatable_part_text_set((it), (part), NULL, (text))
 
 /**
- * Gets the original string set as translatable for an object item.
+ * Get the original string set as translatable for an object item.
  *
  * When setting translated strings, the function elm_object_item_part_text_get()
  * will return the translation returned by @c gettext(). To get the original
index fc7c2c249c67f45e787e8ec16a5d8c2e8ec96bef..416726a615275a74c9ec4fcfccc829d872ed64e5 100644 (file)
@@ -63,7 +63,7 @@ EINA_DEPRECATED EAPI Evas_Object *elm_toggle_add(Evas_Object *parent);
 EINA_DEPRECATED EAPI void         elm_toggle_label_set(Evas_Object *obj, const char *label);
 
 /**
- * @brief Gets the label of the toggle
+ * @brief Get the label of the toggle
  *
  * @param obj  toggle object
  * @return The label of the toggle
@@ -123,7 +123,7 @@ EINA_DEPRECATED EAPI Evas_Object *elm_toggle_icon_unset(Evas_Object *obj);
 EINA_DEPRECATED EAPI void         elm_toggle_states_labels_set(Evas_Object *obj, const char *onlabel, const char *offlabel);
 
 /**
- * @brief Gets the labels associated with the on and off states of the
+ * @brief Get the labels associated with the on and off states of the
  * toggle.
  *
  * @param obj The toggle object
@@ -146,7 +146,7 @@ EINA_DEPRECATED EAPI void         elm_toggle_states_labels_get(const Evas_Object
 EINA_DEPRECATED EAPI void         elm_toggle_state_set(Evas_Object *obj, Eina_Bool state);
 
 /**
- * @brief Gets the state of the toggle to @p state.
+ * @brief Get the state of the toggle to @p state.
  *
  * @param obj The toggle object
  * @return The state of @p obj
@@ -2148,7 +2148,7 @@ EINA_DEPRECATED EAPI void          elm_genlist_item_icons_orphan(Elm_Object_Item
 EINA_DEPRECATED EAPI void                          elm_genlist_horizontal_set(Evas_Object *obj, Elm_List_Mode mode);
 
 /**
- * Gets the horizontal stretching mode.
+ * Get the horizontal stretching mode.
  *
  * @param obj The genlist object
  * @return The mode to use
@@ -4253,7 +4253,7 @@ EINA_DEPRECATED EAPI void                         elm_list_item_del(Elm_Object_I
 EINA_DEPRECATED EAPI void               elm_entry_icon_set(Evas_Object *obj, Evas_Object *icon);
 
 /**
- * Gets the leftmost widget of the scrolled entry. This object is
+ * Get the leftmost widget of the scrolled entry. This object is
  * owned by the scrolled entry and should not be modified.
  *
  * @param obj The scrolled entry object
@@ -4293,7 +4293,7 @@ EINA_DEPRECATED EAPI Evas_Object       *elm_entry_icon_unset(Evas_Object *obj);
 EINA_DEPRECATED EAPI void               elm_entry_end_set(Evas_Object *obj, Evas_Object *end);
 
 /**
- * Gets the endmost widget of the scrolled entry. This object is owned
+ * Get the endmost widget of the scrolled entry. This object is owned
  * by the scrolled entry and should not be modified.
  *
  * @param obj The scrolled entry object
@@ -5463,7 +5463,7 @@ EINA_DEPRECATED EAPI int       elm_edje_collection_cache_get(void);
 EINA_DEPRECATED EAPI void      elm_edje_collection_cache_set(int size);
 
 /**
- * Gets whether browsing history is enabled for the given object
+ * Get whether browsing history is enabled for the given object
  *
  * @param obj The web object
  *
@@ -6336,7 +6336,7 @@ EINA_DEPRECATED EAPI Eina_Bool                     elm_genlist_always_select_mod
 EINA_DEPRECATED EAPI void                          elm_genlist_no_select_mode_set(Evas_Object *obj, Eina_Bool no_select);
 
 /**
- * Gets whether the no select mode is enabled.
+ * Get whether the no select mode is enabled.
  *
  * @param obj The genlist object
  * @return The no select mode
index 2caa21eef8cf0541fe376ad7feb33abca65a7b79..5e3a549252a2d2f4a1bc6d999c68d2288505d137 100644 (file)
@@ -59,7 +59,7 @@ EAPI void                          elm_scroller_region_show(Evas_Object *obj, Ev
 EAPI void                          elm_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v);
 
 /**
- * @brief Gets scrollbar visibility policy
+ * @brief Get scrollbar visibility policy
  *
  * @param obj The scroller object
  * @param policy_h Horizontal scrollbar policy
index 0a4913980fcb739b4709fc85072d3e0544d8c0b4..fa1a4e37615ce5812b9813e286a35dff5057e7cb 100644 (file)
@@ -4040,7 +4040,7 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_TOOLBAR_SUB_ID_ALIGN_SET, "Set the alignment of the items."),
      EO_OP_DESCRIPTION(ELM_OBJ_TOOLBAR_SUB_ID_ALIGN_GET, "Get the alignment of the items."),
      EO_OP_DESCRIPTION(ELM_OBJ_TOOLBAR_SUB_ID_ICON_ORDER_LOOKUP_SET, "Sets icon lookup order, for toolbar items' icons."),
-     EO_OP_DESCRIPTION(ELM_OBJ_TOOLBAR_SUB_ID_ICON_ORDER_LOOKUP_GET, "Gets the icon lookup order."),
+     EO_OP_DESCRIPTION(ELM_OBJ_TOOLBAR_SUB_ID_ICON_ORDER_LOOKUP_GET, "Get the icon lookup order."),
      EO_OP_DESCRIPTION(ELM_OBJ_TOOLBAR_SUB_ID_HORIZONTAL_SET, "Change a toolbar's orientation."),
      EO_OP_DESCRIPTION(ELM_OBJ_TOOLBAR_SUB_ID_HORIZONTAL_GET, "Get a toolbar's orientation."),
      EO_OP_DESCRIPTION(ELM_OBJ_TOOLBAR_SUB_ID_ITEMS_COUNT, "Get the number of items in a toolbar."),
index bb78f5edd676b21bca37990f912d5bd5b4e5f170..f9706b090604c36dac9b1655c447132b12d11bc0 100644 (file)
@@ -310,7 +310,7 @@ enum
  * @def elm_obj_toolbar_icon_order_lookup_get
  * @since 1.8
  *
- * Gets the icon lookup order.
+ * Get the icon lookup order.
  *
  * @param[out] ret
  *
index 366b799ef59f1fd0f35204f318c5944575d72fa7..b5c366ccf888da79c87541af4c4517f631ce81ee 100644 (file)
@@ -53,7 +53,7 @@ EAPI int                          elm_toolbar_icon_size_get(const Evas_Object *o
 EAPI void                         elm_toolbar_icon_order_lookup_set(Evas_Object *obj, Elm_Icon_Lookup_Order order);
 
 /**
- * Gets the icon lookup order.
+ * Get the icon lookup order.
  *
  * @param obj The toolbar object.
  * @return The icon lookup order.
index 2b956182f76b3a1041659b90c9a31088498e01d5..0f473e67f57851b2bcc959ae8f0a4c710dbb1f9d 100644 (file)
@@ -2706,22 +2706,22 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_CONSOLE_MESSAGE_HOOK_SET, "Sets the function to call when a console message is emitted from JS."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_USERAGENT_SET, "Change useragent of a elm_web object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_USERAGENT_GET, "Return current useragent of elm_web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TAB_PROPAGATE_GET, "Gets the status of the tab propagation."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TAB_PROPAGATE_GET, "Get the status of the tab propagation."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TAB_PROPAGATE_SET, "Sets whether to use tab propagation."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_URL_SET, "Sets the URL for the web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_URL_GET, "Gets the current URL for the object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TITLE_GET, "Gets the current title."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_URL_GET, "Get the current URL for the object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TITLE_GET, "Get the current title."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_BG_COLOR_SET, "Sets the background color to be used by the web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_BG_COLOR_GET, "Gets the background color to be used by the web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_SELECTION_GET, "Gets a copy of the currently selected text."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_BG_COLOR_GET, "Get the background color to be used by the web object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_SELECTION_GET, "Get a copy of the currently selected text."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_POPUP_SELECTED_SET, "Tells the web object which index in the currently open popup was selected."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_POPUP_DESTROY, "Dismisses an open dropdown popup."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_SEARCH, "Searches the given string in a document."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_MARK, "Marks matches of the given string in a document."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_UNMARK_ALL, "Clears all marked matches in the document."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_HIGHLIGHT_SET, "Sets whether to highlight the matched marks."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_HIGHLIGHT_GET, "Gets whether highlighting marks is enabled."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_LOAD_PROGRESS_GET, "Gets the overall loading progress of the page."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_HIGHLIGHT_GET, "Get whether highlighting marks is enabled."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_LOAD_PROGRESS_GET, "Get the overall loading progress of the page."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_STOP, "Stops loading the current page."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_RELOAD, "Requests a reload of the current document in the object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_RELOAD_FULL, "Requests a reload of the current document, avoiding any existing caches."),
@@ -2731,16 +2731,16 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_BACK_POSSIBLE_GET, "Queries whether it's possible to go back in history."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_FORWARD_POSSIBLE_GET, "Queries whether it's possible to go forward in history."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_NAVIGATE_POSSIBLE_GET, "Queries whether it's possible to jump the given number of steps."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_HISTORY_ENABLED_GET, "Gets whether browsing history is enabled for the given object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_HISTORY_ENABLED_GET, "Get whether browsing history is enabled for the given object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_HISTORY_ENABLED_SET, "Enables or disables the browsing history."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_SET, "Sets the zoom level of the web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_GET, "Gets the current zoom level set on the web object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_GET, "Get the current zoom level set on the web object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_MODE_SET, "Sets the zoom mode to use."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_MODE_GET, "Gets the currently set zoom mode."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_MODE_GET, "Get the currently set zoom mode."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_REGION_SHOW, "Shows the given region in the web object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_REGION_BRING_IN, "Brings in the region to the visible area."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_INWIN_MODE_SET, "Sets the default dialogs to use an Inwin instead of a normal window."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_INWIN_MODE_GET, "Gets whether Inwin mode is set for the current object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_INWIN_MODE_GET, "Get whether Inwin mode is set for the current object."),
      EO_OP_DESCRIPTION_SENTINEL
 };
 
index 5c349f02683d581a1ea7ea73164c312deab58874..06272367b209cc2aa2ac4ad5fb9c9c69353b18cd 100644 (file)
@@ -1371,22 +1371,22 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_CONSOLE_MESSAGE_HOOK_SET, "Sets the function to call when a console message is emitted from JS."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_USERAGENT_SET, "Change useragent of a elm_web object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_USERAGENT_GET, "Return current useragent of elm_web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TAB_PROPAGATE_GET, "Gets the status of the tab propagation."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TAB_PROPAGATE_GET, "Get the status of the tab propagation."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TAB_PROPAGATE_SET, "Sets whether to use tab propagation."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_URL_SET, "Sets the URL for the web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_URL_GET, "Gets the current URL for the object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TITLE_GET, "Gets the current title."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_URL_GET, "Get the current URL for the object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TITLE_GET, "Get the current title."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_BG_COLOR_SET, "Sets the background color to be used by the web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_BG_COLOR_GET, "Gets the background color to be used by the web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_SELECTION_GET, "Gets a copy of the currently selected text."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_BG_COLOR_GET, "Get the background color to be used by the web object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_SELECTION_GET, "Get a copy of the currently selected text."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_POPUP_SELECTED_SET, "Tells the web object which index in the currently open popup was selected."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_POPUP_DESTROY, "Dismisses an open dropdown popup."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_SEARCH, "Searches the given string in a document."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_MARK, "Marks matches of the given string in a document."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_UNMARK_ALL, "Clears all marked matches in the document."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_HIGHLIGHT_SET, "Sets whether to highlight the matched marks."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_HIGHLIGHT_GET, "Gets whether highlighting marks is enabled."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_LOAD_PROGRESS_GET, "Gets the overall loading progress of the page."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_TEXT_MATCHES_HIGHLIGHT_GET, "Get whether highlighting marks is enabled."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_LOAD_PROGRESS_GET, "Get the overall loading progress of the page."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_STOP, "Stops loading the current page."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_RELOAD, "Requests a reload of the current document in the object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_RELOAD_FULL, "Requests a reload of the current document, avoiding any existing caches."),
@@ -1396,16 +1396,16 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_BACK_POSSIBLE_GET, "Queries whether it's possible to go back in history."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_FORWARD_POSSIBLE_GET, "Queries whether it's possible to go forward in history."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_NAVIGATE_POSSIBLE_GET, "Queries whether it's possible to jump the given number of steps."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_HISTORY_ENABLED_GET, "Gets whether browsing history is enabled for the given object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_HISTORY_ENABLED_GET, "Get whether browsing history is enabled for the given object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_HISTORY_ENABLED_SET, "Enables or disables the browsing history."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_SET, "Sets the zoom level of the web object."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_GET, "Gets the current zoom level set on the web object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_GET, "Get the current zoom level set on the web object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_MODE_SET, "Sets the zoom mode to use."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_MODE_GET, "Gets the currently set zoom mode."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_ZOOM_MODE_GET, "Get the currently set zoom mode."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_REGION_SHOW, "Shows the given region in the web object."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_REGION_BRING_IN, "Brings in the region to the visible area."),
      EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_INWIN_MODE_SET, "Sets the default dialogs to use an Inwin instead of a normal window."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_INWIN_MODE_GET, "Gets whether Inwin mode is set for the current object."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WEB_SUB_ID_INWIN_MODE_GET, "Get whether Inwin mode is set for the current object."),
      EO_OP_DESCRIPTION_SENTINEL
 };
 
index 3671c3e32d2662ff9904cf99e21c9628d699b857..36e757cbc59e3a63c960699874534f8039543efd 100644 (file)
@@ -311,7 +311,7 @@ EAPI Evas_Object      *elm_web_add(Evas_Object *parent);
 EAPI void              elm_web_zoom_mode_set(Evas_Object *obj, Elm_Web_Zoom_Mode mode);
 
 /**
- * Gets the currently set zoom mode
+ * Get the currently set zoom mode
  *
  * @param obj The web object
  *
@@ -323,7 +323,7 @@ EAPI void              elm_web_zoom_mode_set(Evas_Object *obj, Elm_Web_Zoom_Mode
 EAPI Elm_Web_Zoom_Mode elm_web_zoom_mode_get(const Evas_Object *obj);
 
 /**
- * Gets boolean properties from Elm_Web_Window_Features
+ * Get boolean properties from Elm_Web_Window_Features
  * (such as statusbar, menubar, etc) that are on a window.
  *
  * @param wf The web window features object
index 28678b0162d6e03940916cb58d8c1663b48dad0e..62e2fa20e6dd4f9d05659129f65c8815d06b826f 100644 (file)
@@ -192,7 +192,7 @@ enum
  * @def elm_obj_web_tab_propagate_get
  * @since 1.8
  *
- * Gets the status of the tab propagation
+ * Get the status of the tab propagation
  *
  * @param[out] ret
  *
@@ -235,7 +235,7 @@ enum
  * @def elm_obj_web_url_get
  * @since 1.8
  *
- * Gets the current URL for the object
+ * Get the current URL for the object
  *
  * @param[out] ret
  *
@@ -249,7 +249,7 @@ enum
  * @def elm_obj_web_title_get
  * @since 1.8
  *
- * Gets the current title
+ * Get the current title
  *
  * @param[out] ret
  *
@@ -280,7 +280,7 @@ enum
  * @def elm_obj_web_bg_color_get
  * @since 1.8
  *
- * Gets the background color to be used by the web object
+ * Get the background color to be used by the web object
  *
  * @param[out] r
  * @param[out] g
@@ -297,7 +297,7 @@ enum
  * @def elm_obj_web_selection_get
  * @since 1.8
  *
- * Gets a copy of the currently selected text
+ * Get a copy of the currently selected text
  *
  * @param[out] ret
  *
@@ -404,7 +404,7 @@ enum
  * @def elm_obj_web_text_matches_highlight_get
  * @since 1.8
  *
- * Gets whether highlighting marks is enabled
+ * Get whether highlighting marks is enabled
  *
  * @param[out] ret
  *
@@ -418,7 +418,7 @@ enum
  * @def elm_obj_web_load_progress_get
  * @since 1.8
  *
- * Gets the overall loading progress of the page
+ * Get the overall loading progress of the page
  *
  * @param[out] ret
  *
@@ -560,7 +560,7 @@ enum
  * @def elm_obj_web_history_enabled_get
  * @since 1.8
  *
- * Gets whether browsing history is enabled for the given object
+ * Get whether browsing history is enabled for the given object
  *
  * @param[out] ret
  *
@@ -602,7 +602,7 @@ enum
  * @def elm_obj_web_zoom_get
  * @since 1.8
  *
- * Gets the current zoom level set on the web object
+ * Get the current zoom level set on the web object
  *
  * @param[out] ret
  *
@@ -630,7 +630,7 @@ enum
  * @def elm_obj_web_zoom_mode_get
  * @since 1.8
  *
- * Gets the currently set zoom mode
+ * Get the currently set zoom mode
  *
  * @param[out] ret
  *
@@ -692,7 +692,7 @@ enum
  * @def elm_obj_web_inwin_mode_get
  * @since 1.8
  *
- * Gets whether Inwin mode is set for the current object
+ * Get whether Inwin mode is set for the current object
  *
  * @param[out] ret
  *
index 2d70a436f73eadcba8047275434458b028847bb9..c7bfbe66cbaeb95cd8120f54b478ef79239fec08 100644 (file)
@@ -138,7 +138,7 @@ EAPI void elm_web_useragent_set(Evas_Object *obj, const char *user_agent);
 EAPI const char* elm_web_useragent_get(const Evas_Object *obj);
 
 /**
- * Gets the status of the tab propagation
+ * Get the status of the tab propagation
  *
  * @param obj The web object to query
  * @return @c EINA_TRUE if tab propagation is enabled, @c EINA_FALSE otherwise
@@ -180,7 +180,7 @@ EAPI void              elm_web_tab_propagate_set(Evas_Object *obj, Eina_Bool pro
 EAPI Eina_Bool         elm_web_url_set(Evas_Object *obj, const char *url);
 
 /**
- * Gets the current URL for the object
+ * Get the current URL for the object
  *
  * The returned string must not be freed and is guaranteed to be
  * stringshared.
@@ -212,7 +212,7 @@ EAPI const char       *elm_web_url_get(const Evas_Object *obj);
 EINA_DEPRECATED EAPI Eina_Bool         elm_web_uri_set(Evas_Object *obj, const char *uri);
 
 /**
- * Gets the current URI for the object
+ * Get the current URI for the object
  *
  * The returned string must not be freed and is guaranteed to be
  * stringshared.
@@ -230,7 +230,7 @@ EINA_DEPRECATED EAPI Eina_Bool         elm_web_uri_set(Evas_Object *obj, const c
 EINA_DEPRECATED EAPI const char       *elm_web_uri_get(const Evas_Object *obj);
 
 /**
- * Gets the current title
+ * Get the current title
  *
  * The returned string must not be freed and is guaranteed to be
  * stringshared.
@@ -260,7 +260,7 @@ EAPI const char       *elm_web_title_get(const Evas_Object *obj);
 EAPI void              elm_web_bg_color_set(Evas_Object *obj, int r, int g, int b, int a);
 
 /**
- * Gets the background color to be used by the web object
+ * Get the background color to be used by the web object
  *
  * This is the color that will be used by default when the loaded page
  * does not set it's own. Color values are pre-multiplied.
@@ -276,7 +276,7 @@ EAPI void              elm_web_bg_color_set(Evas_Object *obj, int r, int g, int
 EAPI void              elm_web_bg_color_get(const Evas_Object *obj, int *r, int *g, int *b, int *a);
 
 /**
- * Gets a copy of the currently selected text
+ * Get a copy of the currently selected text
  *
  * The string returned must be freed by the user when it's done with it.
  *
@@ -378,7 +378,7 @@ EAPI Eina_Bool         elm_web_text_matches_unmark_all(Evas_Object *obj);
 EAPI Eina_Bool         elm_web_text_matches_highlight_set(Evas_Object *obj, Eina_Bool highlight);
 
 /**
- * Gets whether highlighting marks is enabled
+ * Get whether highlighting marks is enabled
  *
  * @param obj The web object
  *
@@ -390,7 +390,7 @@ EAPI Eina_Bool         elm_web_text_matches_highlight_set(Evas_Object *obj, Eina
 EAPI Eina_Bool         elm_web_text_matches_highlight_get(const Evas_Object *obj);
 
 /**
- * Gets the overall loading progress of the page
+ * Get the overall loading progress of the page
  *
  * Returns the estimated loading progress of the page, with a value between
  * 0.0 and 1.0. This is an estimated progress accounting for all the frames
@@ -539,7 +539,7 @@ EAPI Eina_Bool         elm_web_forward_possible_get(Evas_Object *obj);
 EAPI Eina_Bool         elm_web_navigate_possible_get(Evas_Object *obj, int steps);
 
 /**
- * Gets whether browsing history is enabled for the given object
+ * Get whether browsing history is enabled for the given object
  *
  * @param obj The web object
  *
@@ -575,7 +575,7 @@ EAPI void              elm_web_history_enabled_set(Evas_Object *obj, Eina_Bool e
 EAPI void              elm_web_zoom_set(Evas_Object *obj, double zoom);
 
 /**
- * Gets the current zoom level set on the web object
+ * Get the current zoom level set on the web object
  *
  * Note that this is the zoom level set on the web object and not that
  * of the underlying Webkit one. In the ::ELM_WEB_ZOOM_MODE_MANUAL mode,
@@ -635,7 +635,7 @@ EAPI void              elm_web_region_bring_in(Evas_Object *obj, int x, int y, i
 EAPI void              elm_web_inwin_mode_set(Evas_Object *obj, Eina_Bool value);
 
 /**
- * Gets whether Inwin mode is set for the current object
+ * Get whether Inwin mode is set for the current object
  *
  * @param obj The web object
  *
index 393f0377c518d71ef96de8086a8f8ddbddf3f478..2c1454fe50a0a79d8fbab0f90b99294eba2c837f 100644 (file)
@@ -5485,13 +5485,13 @@ static const Eo_Op_Description op_desc[] = {
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_STICKY_SET, "Set the sticky state of the window."),
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_STICKY_GET, "Get the sticky state of the window."),
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_KEYBOARD_MODE_SET, "Sets the keyboard mode of the window."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_KEYBOARD_MODE_GET, "Gets the keyboard mode of the window."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_KEYBOARD_MODE_GET, "Get the keyboard mode of the window."),
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_KEYBOARD_WIN_SET, "Sets whether the window is a keyboard."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_KEYBOARD_WIN_GET, "Gets whether the window is a keyboard."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_KEYBOARD_WIN_GET, "Get whether the window is a keyboard."),
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_INDICATOR_MODE_SET, "Sets the indicator mode of the window."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_INDICATOR_MODE_GET, "Gets the indicator mode of the window."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_INDICATOR_MODE_GET, "Get the indicator mode of the window."),
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_INDICATOR_OPACITY_SET, "Sets the indicator opacity mode of the window."),
-     EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_INDICATOR_OPACITY_GET, "Gets the indicator opacity mode of the window."),
+     EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_INDICATOR_OPACITY_GET, "Get the indicator opacity mode of the window."),
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_SCREEN_POSITION_GET, "Get the screen position of a window."),
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_FOCUS_GET, "Determine whether a window has focus."),
      EO_OP_DESCRIPTION(ELM_OBJ_WIN_SUB_ID_SCREEN_CONSTRAIN_SET, "Constrain the maximum width and height of a window to the width and height of its screen."),
index 5ddd092332268bb13df51414266487c104629b8f..21d35b3a71c64716534e49c28a363cffb588c84f 100644 (file)
@@ -817,7 +817,7 @@ enum
  * @def elm_obj_win_keyboard_mode_get
  * @since 1.8
  *
- * Gets the keyboard mode of the window.
+ * Get the keyboard mode of the window.
  *
  * @param[out] ret
  *
@@ -841,7 +841,7 @@ enum
  * @def elm_obj_win_keyboard_win_get
  * @since 1.8
  *
- * Gets whether the window is a keyboard.
+ * Get whether the window is a keyboard.
  *
  * @param[out] ret
  *
@@ -865,7 +865,7 @@ enum
  * @def elm_obj_win_indicator_mode_get
  * @since 1.8
  *
- * Gets the indicator mode of the window.
+ * Get the indicator mode of the window.
  *
  * @param[out] ret
  *
@@ -889,7 +889,7 @@ enum
  * @def elm_obj_win_indicator_opacity_get
  * @since 1.8
  *
- * Gets the indicator opacity mode of the window.
+ * Get the indicator opacity mode of the window.
  *
  * @param[out] ret
  *
index ee02380e44d525ae9cca1feb08739a33c7f08779..e93636cde574ab41144a27fa7c3f1c7282f3b91b 100644 (file)
@@ -1107,7 +1107,7 @@ EAPI void                  elm_win_focus_highlight_style_set(Evas_Object *obj, c
 /**
  * Get the style set for the focus highlight object
  *
- * Gets the style set for this windows highlight object, or NULL if none
+ * Get the style set for this windows highlight object, or NULL if none
  * is set.
  *
  * @param obj The window to retrieve the highlights style from
@@ -1155,7 +1155,7 @@ EAPI Eina_Bool             elm_win_focus_highlight_animate_get(const Evas_Object
 EAPI void                  elm_win_keyboard_mode_set(Evas_Object *obj, Elm_Win_Keyboard_Mode mode);
 
 /**
- * Gets the keyboard mode of the window.
+ * Get the keyboard mode of the window.
  *
  * @param obj The window object
  * @return The mode, one of #Elm_Win_Keyboard_Mode
@@ -1175,7 +1175,7 @@ EAPI Elm_Win_Keyboard_Mode elm_win_keyboard_mode_get(const Evas_Object *obj);
 EAPI void                  elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard);
 
 /**
- * Gets whether the window is a keyboard.
+ * Get whether the window is a keyboard.
  *
  * @param obj The window object
  * @return If the window is a virtual keyboard
@@ -1195,7 +1195,7 @@ EAPI Eina_Bool             elm_win_keyboard_win_get(const Evas_Object *obj);
 EAPI void                  elm_win_indicator_mode_set(Evas_Object *obj, Elm_Win_Indicator_Mode mode);
 
 /**
- * Gets the indicator mode of the window.
+ * Get the indicator mode of the window.
  *
  * @param obj The window object
  * @return The mode, one of #Elm_Win_Indicator_Mode
@@ -1215,7 +1215,7 @@ EAPI Elm_Win_Indicator_Mode elm_win_indicator_mode_get(const Evas_Object *obj);
 EAPI void                  elm_win_indicator_opacity_set(Evas_Object *obj, Elm_Win_Indicator_Opacity_Mode mode);
 
 /**
- * Gets the indicator opacity mode of the window.
+ * Get the indicator opacity mode of the window.
  *
  * @param obj The window object
  * @return The mode, one of #Elm_Win_Indicator_Opacity_Mode