libgimp: update function documentation.

Two deprecated functions were not following the same documentation
pattern as the others.
This commit is contained in:
Jehan 2015-11-02 17:43:38 +01:00
parent 2e40768ea5
commit eeab960b78
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ gimp_image_set_metadata (gint32 image_ID,
* @image_ID: The image.
* @num_colors: Number of colors in the colormap array.
*
* This procedure is deprecated! Use gimp_image_get_colormap() instead.
* Deprecated: Use gimp_image_get_colormap() instead.
*
* Returns: The image's colormap.
*/
@ -182,7 +182,7 @@ gimp_image_get_cmap (gint32 image_ID,
* @cmap: The new colormap values.
* @num_colors: Number of colors in the colormap array.
*
* This procedure is deprecated! Use gimp_image_set_colormap() instead.
* Deprecated: Use gimp_image_set_colormap() instead.
*
* Returns: TRUE on success.
*/