Function
Finchrequest_save_in_prefs
Declaration [src]
void
finch_request_save_in_prefs (
gpointer data,
PurpleRequestFields* fields
)
Description [src]
Save the request fields in preferences where the id attribute of each field is the id of a preference.
Parameters
data |
gpointer |
No longer used, set to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
fields |
PurpleRequestFields |
The |
|
The data is owned by the caller of the function. |