* @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
* @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
* @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
* @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.
*
/**
* 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);
/**
* 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);
/**
* @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.