#include <plugin.h>
Data Fields | |
| ToolsAppType | type |
| GArray * | data |
When the service is shutting down, if the data field is not NULL, the array instance will be freed, including its backing element array. See the documentation for g_array_free(). This will happen only after any plugin's shutdown callback is called, so plugins have a chance of performing custom clean up of this data.
1.5.6