comparison src/pounce.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 158196b2db19
children f098765ac919
comparison
equal deleted inserted replaced
6719:3cc4d5e55a69 6720:41120df7ed94
121 * Sets the buddy a pounce should pounce on. 121 * Sets the buddy a pounce should pounce on.
122 * 122 *
123 * @param pounce The buddy pounce. 123 * @param pounce The buddy pounce.
124 * @param pouncee The buddy to pounce on. 124 * @param pouncee The buddy to pounce on.
125 */ 125 */
126 void gaim_pounce_set_pouncee(GaimPounce *pounce, const char *buddy); 126 void gaim_pounce_set_pouncee(GaimPounce *pounce, const char *pouncee);
127 127
128 /** 128 /**
129 * Sets whether or not the pounce should be saved after execution. 129 * Sets whether or not the pounce should be saved after execution.
130 * 130 *
131 * @param pounce The buddy pounce. 131 * @param pounce The buddy pounce.
261 261
262 /** 262 /**
263 * Finds a pounce with the specified event(s) and buddy. 263 * Finds a pounce with the specified event(s) and buddy.
264 * 264 *
265 * @param pouncer The account to match against. 265 * @param pouncer The account to match against.
266 * @param buddy The buddy to match against. 266 * @param pouncee The buddy to match against.
267 * @param events The event(s) to match against. 267 * @param events The event(s) to match against.
268 * 268 *
269 * @return The pounce if found, or @c NULL otherwise. 269 * @return The pounce if found, or @c NULL otherwise.
270 */ 270 */
271 GaimPounce *gaim_find_pounce(const GaimAccount *pouncer, 271 GaimPounce *gaim_find_pounce(const GaimAccount *pouncer,