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 -
 

The id of the plugin.

abi_version -
 

The GPlugin ABI version that the plugin uses.

... -
 

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