mirror of https://github.com/GNOME/gimp.git
libgimpcolor: Add missing (out) in gimpcolorprofile
This commit is contained in:
parent
2bc7ec8ef6
commit
f08aca656d
|
@ -1568,7 +1568,7 @@ gimp_color_profile_get_format (GimpColorProfile *profile,
|
|||
/**
|
||||
* gimp_color_profile_get_lcms_format:
|
||||
* @format: a #Babl format
|
||||
* @lcms_format: return location for an lcms format
|
||||
* @lcms_format: (out): return location for an lcms format
|
||||
*
|
||||
* This function takes a #Babl format and returns the lcms format to
|
||||
* be used with that @format. It also returns a #Babl format to be
|
||||
|
|
Loading…
Reference in New Issue