Function

Purpleplugins_add_search_path

since: 2.0

Declaration [src]

void
purple_plugins_add_search_path (
  const gchar* path
)

Description [src]

Add a new directory to search for plugins.

Available since: 2.0

Parameters

path

Type: const gchar*

The new search path.

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