gimp-progress-install

Michael Natterer <mitch@gimp.org>

Description

Installs a progress callback for the current plug-in.

Help

This function installs a temporary PDB procedure which will handle all progress calls made by this plug-in and any procedure it calls. Calling this function multiple times simply replaces the old progress callbacks.


Type

unknown

Parameters

Type Name Description
PF_VALUE progress-callback The callback PDB proc to call

Return

None