Gimp.Item.get_lock_content

@accepts(Gimp.Item)
@returns(bool)
def get_lock_content(self):
    # Python wrapper for gimp_item_get_lock_content()
  

Get the 'lock content' state of the specified item.

This procedure returns the specified item's lock content state.

Since 2.8

self

The item.

Returns