comparison src/util.h @ 9000:b540c735a6ad

[gaim-migrate @ 9775] " There were a bunch of warnings while running make docs, this cleans that up and adds documentation for gtkblist signals, gtkconv signals, and gtkimhtml signals. This patch is a tarball of the patch itself and the three new files for the signal documentation." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 19:09:38 +0000
parents 92cbf9713795
children 38d022e5eb19
comparison
equal deleted inserted replaced
8999:8f838ae3e710 9000:b540c735a6ad
634 /** 634 /**
635 * Adds 8 to something. 635 * Adds 8 to something.
636 * 636 *
637 * Blame SimGuy. 637 * Blame SimGuy.
638 * 638 *
639 * @param i The number to add 8 to. 639 * @param x The number to add 8 to.
640 * 640 *
641 * @return i + 8 641 * @return x + 8
642 */ 642 */
643 #define gaim_add_eight(x) ((x)+8) 643 #define gaim_add_eight(x) ((x)+8)
644 644
645 #ifdef __cplusplus 645 #ifdef __cplusplus
646 } 646 }