* Set the corner of the bubble
*
* @param obj The bubble object.
- * @param corner The given corner for the bubble.
+ * @param pos The given corner for the bubble.
*
* This function sets the corner of the bubble. The corner will be used to
* determine where the arrow in the frame points to and where label, icon and
* month and year;
*
* @param obj The calendar object
- * @param format_function Function to set the month-year string given
+ * @param format_func Function to set the month-year string given
* the selected date
*
* By default it uses strftime with "%B %Y" format string.
/**
* Get Palette item's color.
*
- * @param item The color palette item.
+ * @param it The color palette item.
* @param r integer pointer for r-value of color
* @param g integer pointer for g-value of color
* @param b integer pointer for b-value of color
/**
* Set palette item's color.
*
- * @param item The color palette item.
+ * @param it The color palette item.
* @param r r-value of color
* @param g g-value of color
* @param b b-value of color
* provided by the engine.
*
* @param obj an object with cursor already set.
- * @param engine_only boolean to define if cursors should be looked only
+ * @param theme_search boolean to define if cursors should be looked only
* between the provided by the engine or searched on widget's theme as well.
*
* @ingroup Cursors
* Filter inserted text based on user defined character and byte limits
*
* Add this filter to an entry to limit the characters that it will accept
- * based the the contents of the provided #Elm_Entry_Filter_Limit_Size.
+ * based the contents of the provided #Elm_Entry_Filter_Limit_Size.
* The function works on the UTF-8 representation of the string, converting
* it from the set markup, thus not accounting for any format in it.
*
* @note this only changes the behaviour of text.
*
* @param obj The entry object
- * @param mode One of #Elm_Cnp_Mode: #ELM_CNP_MODE_MARKUP,
+ * @param cnp_mode One of #Elm_Cnp_Mode: #ELM_CNP_MODE_MARKUP,
* #ELM_CNP_MODE_NO_IMAGE, #ELM_CNP_MODE_PLAINTEXT.
*/
EAPI void elm_entry_cnp_mode_set(Evas_Object *obj, Elm_Cnp_Mode cnp_mode);
/**
* Get the item's decorate mode.
*
- * @param obj The genlist object
+ * @param it The genlist item
*
* This function just returns the name of the item's decorate mode.
*
* This sets Genlist decorate mode to all items.
*
* @param obj The Genlist object
- * @param The decorate mode status
+ * @param decorated The decorate mode status
* (EINA_TRUE = decorate mode, EINA_FALSE = normal mode
*
* @ingroup Genlist
* Set Genlist tree effect
*
* @param obj The genlist object
- * @param The tree effect status
+ * @param enabled The tree effect status
* (EINA_TRUE = enabled, EINA_FALSE = disabled
*
* @ingroup Genlist