comparison src/core.h @ 12369:a1c4d7daabe7

[gaim-migrate @ 14673] a doxygen tweak from Peter Lawler committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 06 Dec 2005 03:46:25 +0000
parents 11e465b55fe6
children
comparison
equal deleted inserted replaced
12368:a4bb82fac67c 12369:a1c4d7daabe7
93 GaimCore *gaim_get_core(void); 93 GaimCore *gaim_get_core(void);
94 94
95 /** 95 /**
96 * Sets the UI ops for the core. 96 * Sets the UI ops for the core.
97 * 97 *
98 * @param A UI ops structure for the core. 98 * @param ops A UI ops structure for the core.
99 */ 99 */
100 void gaim_core_set_ui_ops(GaimCoreUiOps *ops); 100 void gaim_core_set_ui_ops(GaimCoreUiOps *ops);
101 101
102 /** 102 /**
103 * Returns the UI ops for the core. 103 * Returns the UI ops for the core.