#include <vmtoolsApp.h>
Data Fields | |
char * | name |
GArray * | regs |
gpointer | _private |
When the plugin is shut down, if the regs field is not NULL, it (and its element array) are freed with g_array_free().
char* ToolsPluginData::name |
Name of the application (required).
GArray* ToolsPluginData::regs |
List of features provided by the app.
gpointer ToolsPluginData::_private |
Private plugin data.