12#ifndef __PLUGINS_PLUGIN_COLLECTIONS_H__
13#define __PLUGINS_PLUGIN_COLLECTIONS_H__
24#define PLUGIN_COLLECTIONS_SCHEMA_VERSION 2
62plugin_collections_find_from_name (
void plugin_collections_add(PluginCollections *self, const PluginCollection *collection, bool serialize)
Appends a collection.
void plugin_collections_remove(PluginCollections *self, PluginCollection *collection, bool serialize)
Removes the given collection.
PluginCollections * plugin_collections_read_or_new(void)
Reads the file and fills up the object.
Plugin collection used in the plugin browser.
Serializable plugin collections.
GPtrArray * collections
Plugin collections.