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.