elm: fill in some parameter description in doxygen

SVN revision: 68173
This commit is contained in:
Jihoon Kim 2012-02-20 22:55:40 +00:00
parent 6ff3b62024
commit 98c0ae9d0f
5 changed files with 7 additions and 1 deletions

View File

@ -76,6 +76,7 @@ EAPI Eina_Bool elm_cnp_selection_set(Elm_Sel_Type selection, Evas_Object *obj,
* @see also elm_cnp_selection_set()
*
* @param selection Selection type for copying and pasting
* @param format Type of selection format
* @param obj The source widget pointer
* @param datacb The user data callback if the target widget isn't elm_entry
* @param udata The user data pointer for @p datacb

View File

@ -833,6 +833,7 @@ EAPI Elm_Object_Item *elm_genlist_item_prepend(Evas_Object *obj, con
* @param obj The genlist object
* @param itc The item class for the item
* @param data The item data
* @param parent The parent item, or NULL if none
* @param before The item to place this new one before.
* @param flags Item flags
* @param func Convenience function called when the item is selected
@ -857,6 +858,7 @@ EAPI Elm_Object_Item *elm_genlist_item_insert_before(Evas_Object *ob
* @param obj The genlist object
* @param itc The item class for the item
* @param data The item data
* @param parent The parent item, or NULL if none
* @param after The item to place this new one after.
* @param flags Item flags
* @param func Convenience function called when the item is selected

View File

@ -852,6 +852,7 @@ EAPI void elm_map_group_class_zoom_grouped_set(Elm_Map_Group_Cl
* @param hide Use @c EINA_TRUE to hide markers or @c EINA_FALSE
* to show them.
*
* @param obj The map object.
* If @p hide is @c EINA_TRUE the markers will be hidden, but default
* is to show them.
*

View File

@ -31,6 +31,7 @@ EAPI void elm_mirrored_set(Eina_Bool mirrored);
/**
* Get the widget's mirrored mode.
*
* @param obj The widget.
* @return EINA_TRUE if mirrored is set, EINA_FALSE otherwise
*/
EAPI Eina_Bool elm_object_mirrored_get(const Evas_Object *obj);
@ -38,6 +39,7 @@ EAPI Eina_Bool elm_object_mirrored_get(const Evas_Object *obj);
/**
* Set the widget's mirrored mode.
*
* @param obj The widget.
* @param mirrored EINA_TRUE to set mirrored mode, EINA_FALSE to unset it.
*/
EAPI void elm_object_mirrored_set(Evas_Object *obj, Eina_Bool mirrored);

View File

@ -268,7 +268,7 @@ EAPI Eina_Bool elm_video_remember_position_get(const Evas_Object *vid
/**
* @brief Get the title (for ex. dvd title) from this emotion object.
*
* @param obj The Elm_Video object.
* @param video The Elm_Video object.
* @return A string containing the title.
*
* This function is only useful when playing a DVD.