Gimp.progress_uninstall

@accepts(unicode)
@returns(none)
def progress_uninstall(progress_callback):
    # Python wrapper for gimp_progress_uninstall()
  

Uninstalls a temporary progress procedure that was installed using gimp_progress_install().

Since 2.2

progress_callback

the name of the temporary procedure to uninstall