Events actionStringDestroy

From TrillWiki

Jump to: navigation, search

The events_actionStringDestroy notification is called to free the string passed back in the events_actionStringRequest notification.

Compatibility: 2.0 and higher

Contents

Syntax

callback(int window_id, char *icontrol, "events_actionStringDestroy", char *data, void *userData);

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

Events actionStringDestroy 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.


The data provided is the string passed back from events_actionStringRequest.

Return Value

Must return 0.

Remarks

None.


See also: events_actionStringRequest