Gimp.FileProcedure.get_magics

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

Returns the procedure's magics as set with [method@FileProcedure.set_magics].

Since 3.0

self

A file procedure object.

Returns