| 20 * |
20 * |
| 21 * You should have received a copy of the GNU General Public License |
21 * You should have received a copy of the GNU General Public License |
| 22 * along with this program; if not, write to the Free Software |
22 * along with this program; if not, write to the Free Software |
| 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 24 */ |
24 */ |
| 25 #ifndef _GAIM_GTK_REQUEST_H_ |
25 #ifndef _GAIM_GTKREQUEST_H_ |
| 26 #define _GAIM_GTK_REQUEST_H_ |
26 #define _GAIM_GTKREQUEST_H_ |
| 27 |
27 |
| 28 #include "request.h" |
28 #include "request.h" |
| 29 |
29 |
| 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 *gaim_gtk_request_get_ui_ops(void); |
35 GaimRequestUiOps *gaim_gtk_request_get_ui_ops(void); |
| 36 |
36 |
| 37 #endif /* _GAIM_GTK_REQUEST_H_ */ |
37 #endif /* _GAIM_GTKREQUEST_H_ */ |