comparison src/gtkeventloop.h @ 8587:699cc19a40d6

[gaim-migrate @ 9338] Documentation update. It's a minor one, but fits the rest of the documentation a little better, and fixes a Doxygen warning. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 05 Apr 2004 22:51:43 +0000
parents f24172f53650
children db62420a53a2
comparison
equal deleted inserted replaced
8586:5af95c2b1179 8587:699cc19a40d6
1 /** 1 /**
2 * @file gtkeventloop.h Gaim Event Loop API (gtk implementation) 2 * @file gtkeventloop.h Gaim GTK+ Event Loop Implementation
3 * @ingroup gtkui 3 * @ingroup gtkui
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Gaim is the legal property of its developers, whose names are too numerous 7 * Gaim is the legal property of its developers, whose names are too numerous
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_GTKEVENTLOOP_H_ 25 #ifndef _GAIM_GTK_EVENT_LOOP_H_
26 #define _GAIM_GTKEVENTLOOP_H_ 26 #define _GAIM_GTK_EVENT_LOOP_H_
27
27 #include "eventloop.h" 28 #include "eventloop.h"
28 29
29 /** 30 /**
30 * Gets a static pointer to a gtk implementation of an eventloop. 31 * Returns the GTK+ event loop UI operations structure.
32 *
33 * @return The GTK+ event loop UI operations structure.
31 */ 34 */
32 GaimEventLoopUiOps *gaim_gtk_eventloop_get_ui_ops(void); 35 GaimEventLoopUiOps *gaim_gtk_eventloop_get_ui_ops(void);
33 36
34 #endif /* _GAIM_GTKEVENTLOOP_H_ */ 37 #endif /* _GAIM_GTK_EVENT_LOOP_H_ */