Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
PluginCollection Struct Reference

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.
 

Detailed Description

Plugin collection used in the plugin browser.

Definition at line 27 of file collection.h.

Field Documentation

◆ description

char* PluginCollection::description

Description of the collection (optional).

Definition at line 33 of file collection.h.

◆ descriptors

GPtrArray* PluginCollection::descriptors

Plugin descriptors.

Definition at line 36 of file collection.h.

◆ name

char* PluginCollection::name

Name of the collection.

Definition at line 30 of file collection.h.


The documentation for this struct was generated from the following file: