Gimp.Image.get_selected_layers

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

Returns the specified image's selected layers.

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

Since 3.0.0

self

The image.

Returns