Method

GPluginManagerfind_plugins_with_id

unstable since: 0.45

Declaration [src]

GListModel*
gplugin_manager_find_plugins_with_id (
  GPluginManager* manager,
  const char* id
)

Description [src]

Gets a list of all plugins with the given id.

This list will be empty if no plugins match the id.

Available since: 0.45

Parameters

id

Type: const char*

The id to search for.

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

Return value

Type: A list model of GObject

The list.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.