[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "peas_plugin_info_get_type ()" ) ]
[ Compact ]
public class PluginInfo
A PluginInfo contains all the information available about a plugin.
All this information comes from the related plugin info file, whose file extension is ".plugin". Here is an example of such a plugin file, in the [struct@GLib.KeyFile] format:
```toml [Plugin] Module=helloworld Depends=foo;bar;baz Loader=python Name=Hello World Description=Displays "Hello World" Authors=Steve Frécinaux <code@istique.net> Copyright=Copyright © 2009-10 Steve Frécinaux Website=https://wiki.gnome.org/Projects/Libpeas Help=https://gitlab.gnome.org/GNOME/libpeas Hidden=false ```