FinalUnload
From TrillWiki
This is only sent when the user removes the plugin manually and not sent when Trillian shuts down. Here the plugin should remove any configuration files and basically uninstall itself, unless the user chooses not to have this happen.
Compatibility: 1.0 and higher
Contents |
Syntax
plugin_main("finalUnload", NULL);
Note that all Trillian functions and notifications begin with a lower-case letter, despite the Wiki requirement that all pages start with a capital letter.
Parameters
FinalUnload utilitizes the NONE structure.
There is no structure used for this function or notification. For functions, the parameter passed to plugin_send should be a NULL. For notifications, the 'data' field may still contain a parameter, but it will not be a structure; if so, it will be detailed below.
Return Value
Must return 0.
Remarks
None.
See also: unload
