From eeab960b78ce2e2fec53dfd0140f6b8eb082e22b Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 2 Nov 2015 17:43:38 +0100 Subject: [PATCH] libgimp: update function documentation. Two deprecated functions were not following the same documentation pattern as the others. --- libgimp/gimpimage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgimp/gimpimage.c b/libgimp/gimpimage.c index 9c87ec8265..e284a24461 100644 --- a/libgimp/gimpimage.c +++ b/libgimp/gimpimage.c @@ -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. */