Method

PeasPluginInfohas_dependency

Declaration [src]

gboolean
peas_plugin_info_has_dependency (
  const PeasPluginInfo* info,
  const gchar* module_name
)

Description [src]

Check if the plugin depends on another plugin.

Parameters

module_name const gchar*
 

The name of the plugin to check.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: gboolean
 

Whether the plugin depends on the plugin module_name.