comparison src/prpl.h @ 11035:11e465b55fe6

[gaim-migrate @ 12922] A host of doxygen tweaks. There's a few more left, not sure how to fix them at the moment... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 28 Jun 2005 20:36:20 +0000
parents b75ce371c812
children 90be432e8385
comparison
equal deleted inserted replaced
11034:ba506d2e6a8e 11035:11e465b55fe6
72 int max_height; /**< The maximum height of this icon */ 72 int max_height; /**< The maximum height of this icon */
73 GaimIconScaleRules scale_rules; /**< How to stretch this icon */ 73 GaimIconScaleRules scale_rules; /**< How to stretch this icon */
74 } GaimBuddyIconSpec; 74 } GaimBuddyIconSpec;
75 75
76 /** 76 /**
77 * This #define exists just to make it easier to fill out the buddy icon 77 * This \#define exists just to make it easier to fill out the buddy icon
78 * field in the prpl info struct for protocols that couldn't care less. 78 * field in the prpl info struct for protocols that couldn't care less.
79 */ 79 */
80 #define NO_BUDDY_ICONS {NULL, 0, 0, 0, 0, 0} 80 #define NO_BUDDY_ICONS {NULL, 0, 0, 0, 0, 0}
81 81
82 #include "blist.h" 82 #include "blist.h"