Method

PurplePluginPrefset_name

Declaration [src]

void
purple_plugin_pref_set_name (
  PurplePluginPref* pref,
  const char* name
)

Description [src]

Set a plugin pref name.

Parameters

name

Type: const char*

The name of the pref.

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