Function

Purpleprefs_rename

since: 2.0

Declaration [src]

void
purple_prefs_rename (
  const char* oldname,
  const char* newname
)

Description [src]

Rename a pref.

Available since: 2.0

Parameters

oldname

Type: const char*

The old name of the pref.

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

Type: const char*

The new name for the pref.

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