#include <vmtoolsApp.h>
Data Fields | |
char * | name |
GArray * | regs |
gpointer | _private |
The registration data for an application. This gives the service information about all functionality exported by the application, and any events that the application may be interested in.
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 (required).
GArray* ToolsPluginData::regs |
List of features provided by the app.