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