eina_bezier: correct since version for two new APIs.

These are only available from 1.17 and not already from 1.16.
This commit is contained in:
Stefan Schmidt 2016-01-06 15:31:48 +01:00
parent 1627402bda
commit aba7512154
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ EAPI void eina_bezier_split_at_length(const Eina_Bezier *b, double len, Eina_Bez
* @param h height of bounding box.
*
* @p b. No check is done on @p b.
* @since 1.16
* @since 1.17
*/
EAPI void eina_bezier_bounds_get(const Eina_Bezier *b, double *x, double *y, double *w, double *h) EINA_ARG_NONNULL(1);
@ -166,7 +166,7 @@ EAPI void eina_bezier_bounds_get(const Eina_Bezier *b, double *x, double *y, dou
* @param result The result bezier.
*
* @p b. No check is done on @p b.
* @since 1.16
* @since 1.17
*/
EAPI void eina_bezier_on_interval(Eina_Bezier *b, double t0, double t1, Eina_Bezier *result);