Gimp.Resource.get_name

@accepts(Gimp.Resource)
@returns(unicode)
def get_name(self):
    # Python wrapper for gimp_resource_get_name()
  

Returns the resource's name.

This procedure returns the resource's name.

Since 3.0

self

The resource.

Returns