Gimp.FileProcedure.get_format_name

@accepts(Gimp.FileProcedure)
@returns(unicode)
def get_format_name(self):
    # Python wrapper for gimp_file_procedure_get_format_name()
  

Returns the procedure's format name, as set with [method@FileProcedure.set_format_name].

Since 3.0

self

A file procedure object.

Returns