Method

GPluginPluginInfoget_summary

Declaration [src]

const gchar*
gplugin_plugin_info_get_summary (
  GPluginPluginInfo* info
)

Description [src]

Returns the summery for the plugin as specified in info.

Return value

Returns: const gchar*
 

The summary from info.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.