edje: add missing since tags to new edje_size_class symbols

This commit is contained in:
Stefan Schmidt 2016-01-06 15:19:28 +01:00
parent 6451c174db
commit 49fab7b7a6
2 changed files with 7 additions and 0 deletions

View File

@ -1647,6 +1647,7 @@ EAPI Eina_Iterator *edje_mmap_text_class_iterator_new(Eina_File *f);
*
* @see edje_size_class_get().
*
* @since 1.17
*/
EAPI Eina_Bool edje_size_class_set (const char *size_class, Evas_Coord minw, Evas_Coord minh, Evas_Coord maxw, Evas_Coord maxh);
@ -1664,6 +1665,7 @@ EAPI Eina_Bool edje_size_class_set (const char *size_class, Evas_
* This function gets the min and max size from the specified Edje
* size class.
*
* @since 1.17
*/
EAPI Eina_Bool edje_size_class_get (const char *size_class, Evas_Coord *minw, Evas_Coord *minh, Evas_Coord *maxw, Evas_Coord *maxh);
@ -1675,6 +1677,7 @@ EAPI Eina_Bool edje_size_class_get (const char *size_class, Evas_
* This function deletes any values at the process level for the
* specified size class.
*
* @since 1.17
*/
EAPI void edje_size_class_del (const char *size_class);
@ -1687,6 +1690,7 @@ EAPI void edje_size_class_del (const char *size_class);
* This function lists all size classes known about by the current
* process.
*
* @since 1.17
*/
EAPI Eina_List *edje_size_class_list (void);
@ -1698,6 +1702,7 @@ EAPI Eina_List *edje_size_class_list (void);
* This function only iterates over the Edje_Size_Class in use by
* an application.
*
* @since 1.17
*/
EAPI Eina_Iterator *edje_size_class_active_iterator_new(void);
@ -1706,6 +1711,7 @@ EAPI Eina_Iterator *edje_size_class_active_iterator_new(void);
*
* @return an iterator of Edje_Size_Class provided by the Edje file.
*
* @since 1.17
*/
EAPI Eina_Iterator *edje_mmap_size_class_iterator_new(Eina_File *f);

View File

@ -143,6 +143,7 @@ EAPI void edje_object_text_class_del (Evas_Object *obj, const ch
* defined by edje_size_class_set() or the size class
* defined in the theme file.
*
* @since 1.17
*/
EAPI void edje_object_size_class_del (Evas_Object *obj, const char *size_class);