Gimp.FileProcedure.get_handles_remote

@accepts(Gimp.FileProcedure)
@returns(bool)
def get_handles_remote(self):
    # Python wrapper for gimp_file_procedure_get_handles_remote()
  

Returns the procedure's 'handles remote' flags as set with [method@FileProcedure.set_handles_remote].

Since 3.0

self

A file procedure object.

Returns