Function
Purpleprefs_rename_boolean_toggle
since: 2.0
Declaration [src]
void
purple_prefs_rename_boolean_toggle (
const char* oldname,
const char* newname
)
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.