Function
PurplePluginPrefnew_with_name_and_label
Declaration [src]
PurplePluginPref*
purple_plugin_pref_new_with_name_and_label (
const char* name,
const char* label
)
Parameters
name |
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. | |
label |
const char* |
The label to be displayed. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | PurplePluginPref |
A new PurplePluginPref. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |