Function Macro

GPluginplugin_info_new

Declaration [src]

#define gplugin_plugin_info_new (
  id,
  abi_version,
  ...
)

Description [src]

Creates a new GPluginPluginInfo instance.

This function is not directly available to language bindings.

Parameters

id

Type: -

The id of the plugin.

abi_version

Type: -

The GPlugin ABI version that the plugin uses.

...

Type: -

Name/value pairs of properties to set, followed by NULL.