comparison src/gtkft.h @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents 36b80ce02a51
children 8e60ddc28a22
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
3 * @ingroup gtkui 3 * @ingroup gtkui
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> 7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
25 25
26 #include "ft.h" 26 #include "ft.h"
27 27
28 /** 28 /**
29 * A file transfer dialog. 29 * A file transfer dialog.
30 * 30 *
31 * The structure is opaque, as nobody should be touching anything inside of 31 * The structure is opaque, as nobody should be touching anything inside of
32 * it. 32 * it.
33 */ 33 */
34 typedef struct _GaimGtkXferDialog GaimGtkXferDialog; 34 typedef struct _GaimGtkXferDialog GaimGtkXferDialog;
35 35
135 /** 135 /**
136 * Returns the UI operations structure for the GTK+ file transfer UI. 136 * Returns the UI operations structure for the GTK+ file transfer UI.
137 * 137 *
138 * @return The GTK+ file transfer UI operations structure. 138 * @return The GTK+ file transfer UI operations structure.
139 */ 139 */
140 GaimXferUiOps *gaim_get_gtk_xfer_ui_ops(void); 140 GaimXferUiOps *gaim_gtk_xfers_get_ui_ops(void);
141 141
142 /*@}*/ 142 /*@}*/
143 143
144 #endif /* _GAIM_GTK_FT_H_ */ 144 #endif /* _GAIM_GTK_FT_H_ */