#include <vmtoolsApp.h>
Data Fields | |
ToolsAppType | type |
GArray * | data |
Defines a "transport-specific" registration. The array contains data specific to a "transport" implementation.
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.