gimp-plugin-icon-register

Michael Natterer <mitch@gimp.org>

Description

Register an icon for a plug-in procedure.

Help

This procedure installs an icon for the given procedure.


Type

unknown

Parameters

Type Name Description
PF_VALUE procedure-name The procedure for which to install the icon
PF_INT icon-type The type of the icon { ICON-TYPE-ICON-NAME (0), ICON-TYPE-INLINE-PIXBUF (1), ICON-TYPE-IMAGE-FILE (2) }
PF_INT icon-data-length The length of 'icon-data' (icon-data-length >= 1)
unknown icon-data The procedure's icon. The format depends on the 'icon_type' parameter

Return

None