Struct

MetaPluginInfo

since: 13

Description

struct MetaPluginInfo {
  const gchar* name;
  const gchar* version;
  const gchar* author;
  const gchar* license;
  const gchar* description;
}
No description available.
Structure members
name

Name of the plugin.

version

Version of the plugin.

author

Author of the plugin.

license

License of the plugin.

description

Description of the plugin.

Available since: 13