Function
PurplePluginPrefnew_with_label
Declaration [src]
PurplePluginPref*
purple_plugin_pref_new_with_label (
const char* label
)
Parameters
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. |