Gimp.Image.list_selected_layers

@accepts(Gimp.Image)
@returns([Gimp.Layer])
def list_selected_layers(self):
    # Python wrapper for gimp_image_list_selected_layers()
  

Returns the list of layers selected in the specified image.

This procedure returns the list of layers selected in the specified image.

Since 3.0

self

The image.

Returns