finch/gntrequest.h

branch
gtkdoc-conversion
changeset 35393
00f876b129bc
parent 32438
dc8991868906
child 35410
5a6336f20f6e
child 37023
d9bcdc9a91e6
equal deleted inserted replaced
35392:cc123f0d84af 35393:00f876b129bc
35 /*@{*/ 35 /*@{*/
36 36
37 /** 37 /**
38 * Get the ui-functions. 38 * Get the ui-functions.
39 * 39 *
40 * @return The PurpleRequestUiOps structure populated with the appropriate functions. 40 * Returns: The PurpleRequestUiOps structure populated with the appropriate functions.
41 */ 41 */
42 PurpleRequestUiOps *finch_request_get_ui_ops(void); 42 PurpleRequestUiOps *finch_request_get_ui_ops(void);
43 43
44 /** 44 /**
45 * Perform necessary initializations. 45 * Perform necessary initializations.
58 void finch_request_save_in_prefs(gpointer null, PurpleRequestFields *fields); 58 void finch_request_save_in_prefs(gpointer null, PurpleRequestFields *fields);
59 59
60 /** 60 /**
61 * Create a widget field for a request-field. 61 * Create a widget field for a request-field.
62 * 62 *
63 * @param field The request field. 63 * @field: The request field.
64 * 64 *
65 * @return A GntWidget for the request field. 65 * Returns: A GntWidget for the request field.
66 */ 66 */
67 GntWidget *finch_request_field_get_widget(PurpleRequestField *field); 67 GntWidget *finch_request_field_get_widget(PurpleRequestField *field);
68 /*@}*/ 68 /*@}*/
69 69
70 #endif 70 #endif

mercurial