Zrythm
a highly automated and intuitive digital audio workstation
|
Plugin collection used in the plugin browser. More...
#include <plugins/collection.h>
Public Member Functions | |
GMenuModel * | plugin_collection_generate_context_menu (const PluginCollection *self) |
Data Fields | |
char * | name |
Name of the collection. | |
char * | description |
Description of the collection (optional). | |
GPtrArray * | descriptors |
Plugin descriptors. | |
Plugin collection used in the plugin browser.
Definition at line 27 of file collection.h.
char* PluginCollection::description |
Description of the collection (optional).
Definition at line 33 of file collection.h.
GPtrArray* PluginCollection::descriptors |
Plugin descriptors.
Definition at line 36 of file collection.h.
char* PluginCollection::name |
Name of the collection.
Definition at line 30 of file collection.h.