Gimp.FileProcedure.get_mime_types

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

Returns the procedure's mime-type as set with [method@FileProcedure.set_mime_types].

Since 3.0

self

A file procedure.

Returns