Gimp.FileProcedure.get_prefixes

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

Returns the procedure's prefixes as set with [method@FileProcedure.set_prefixes].

Since 3.0

self

A file procedure object.

Returns