Gimp.DrawableFilter.get_operation_name
@accepts(Gimp.DrawableFilter)
@returns(unicode)
def get_operation_name(self):
# Python wrapper for gimp_drawable_filter_get_operation_name()
Get a drawable filter's operation name.
This procedure returns the specified filter's operation name.
Since 3.0
- self
The filter whose operation name you want.
- Returns