| 319 * Set the UI data associated with this object. |
321 * Set the UI data associated with this object. |
| 320 * |
322 * |
| 321 * @param fields The fields list. |
323 * @param fields The fields list. |
| 322 * @param ui_data A pointer to associate with this object. |
324 * @param ui_data A pointer to associate with this object. |
| 323 */ |
325 */ |
| 324 void purple_request_fields_set_ui_data(PurpleRequestFields *fields, gpointer data); |
326 void purple_request_fields_set_ui_data(PurpleRequestFields *fields, gpointer ui_data); |
| 325 |
327 |
| 326 /*@}*/ |
328 /*@}*/ |
| 327 |
329 |
| 328 /**************************************************************************/ |
330 /**************************************************************************/ |
| 329 /** @name Fields Group API */ |
331 /** @name Fields Group API */ |