Function

Purpleplugins_find_all

since: 3.0

Declaration [src]

GList*
purple_plugins_find_all (
  void
)

Description [src]

Returns a list of all plugins, whether loaded or not.

Available since: 3.0

Return value

Type: A list of PurplePlugin*

A list of all plugins. The list is owned by the caller, and must be g_list_free()d to avoid leaking the nodes.

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