Function

GimpSelectionnone

Declaration [src]

gboolean
gimp_selection_none (
  GimpImage* image
)

Description [src]

Deselect the entire image.

This procedure deselects the entire image. Every pixel in the selection channel is set to 0.

Parameters

image GimpImage
 

The image.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE on success.