mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
libgimp: gimp_image_take_selected_layers() with boolean return.
Since it can fail, we should return the success value.
This commit is contained in:
parent
1cab305231
commit
3f1cae4d6b
2 changed files with 9 additions and 4 deletions
|
@ -78,7 +78,7 @@ GList * gimp_image_list_channels (GimpImage *image);
|
|||
GList * gimp_image_list_vectors (GimpImage *image);
|
||||
|
||||
GList * gimp_image_list_selected_layers (GimpImage *image);
|
||||
void gimp_image_take_selected_layers (GimpImage *image,
|
||||
gboolean gimp_image_take_selected_layers (GimpImage *image,
|
||||
GList *layers);
|
||||
|
||||
guchar * gimp_image_get_colormap (GimpImage *image,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue