mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimp: update function documentation.
Two deprecated functions were not following the same documentation pattern as the others.
This commit is contained in:
parent
2e40768ea5
commit
eeab960b78
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue