| 15883:969b74a3e27a | 15884:4de1981757fc |
|---|---|
| 1 /** | 1 /** |
| 2 * @file gtkrequest.h GTK+ Request API | 2 * @file gtkrequest.h GTK+ Request API |
| 3 * @ingroup gtkui | 3 * @ingroup gtkui |
| 4 * | 4 * |
| 5 * gaim | 5 * purple |
| 6 * | 6 * |
| 7 * Pidgin is the legal property of its developers, whose names are too numerous | 7 * Pidgin is the legal property of its developers, whose names are too numerous |
| 8 * to list here. Please refer to the COPYRIGHT file distributed with this | 8 * to list here. Please refer to the COPYRIGHT file distributed with this |
| 9 * source distribution. | 9 * source distribution. |
| 10 * | 10 * |
| 30 /** | 30 /** |
| 31 * Returns the UI operations structure for GTK+ request functions. | 31 * Returns the UI operations structure for GTK+ request functions. |
| 32 * | 32 * |
| 33 * @return The GTK+ UI request operations structure. | 33 * @return The GTK+ UI request operations structure. |
| 34 */ | 34 */ |
| 35 GaimRequestUiOps *pidgin_request_get_ui_ops(void); | 35 PurpleRequestUiOps *pidgin_request_get_ui_ops(void); |
| 36 | 36 |
| 37 #endif /* _PIDGINREQUEST_H_ */ | 37 #endif /* _PIDGINREQUEST_H_ */ |