Added 'Since: GIMP 2.8'.

* libgimpcolor/gimphsl.c (gimp_hsl_set): Added 'Since: GIMP 2.8'.

svn path=/trunk/; revision=27513
This commit is contained in:
Martin Nordholts 2008-11-01 12:21:03 +00:00
parent a9e187586b
commit 3791a757f1
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-11-01 Martin Nordholts <martinn@svn.gnome.org>
* libgimpcolor/gimphsl.c (gimp_hsl_set): Added 'Since: GIMP 2.8'.
2008-11-01 Martin Nordholts <martinn@svn.gnome.org>
* app/gegl/gimpoperation*.c: Prefix the GIMP GEGL operations with

View File

@ -55,6 +55,15 @@ gimp_hsl_copy (const GimpHSL *hsl)
/* HSL functions */
/**
* gimp_hsl_set:
* @hsl:
* @h:
* @s:
* @l:
*
* Since: GIMP 2.8
**/
void
gimp_hsl_set (GimpHSL *hsl,
gdouble h,