pidgin 2.14.14dev
|
GNT Request API. More...
Go to the source code of this file.
Functions | |
PurpleRequestUiOps * | finch_request_get_ui_ops (void) |
Get the ui-functions. | |
void | finch_request_init (void) |
Perform necessary initializations. | |
void | finch_request_uninit (void) |
Perform necessary uninitializations. | |
void | finch_request_save_in_prefs (gpointer null, PurpleRequestFields *fields) |
Save the request fields in preferences where the id attribute of each field is the id of a preference. | |
GntWidget * | finch_request_field_get_widget (PurpleRequestField *field) |
Create a widget field for a request-field. | |
GNT Request API.
Definition in file gntrequest.h.
GntWidget * finch_request_field_get_widget | ( | PurpleRequestField * | field | ) |
Create a widget field for a request-field.
field | The request field. |
PurpleRequestUiOps * finch_request_get_ui_ops | ( | void | ) |
Get the ui-functions.