comparison src/value.h @ 8817:48c6552be372

[gaim-migrate @ 9579] I started a plugin yesterday and I wanted to commit this new signal I needed before it got hard to keep in sync (not that that's likely to happen, really). This signal allows plugins to change the text appearing in the tooltips. Is this right? I'm not sure. The signal stuff is far too complicated. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 26 Apr 2004 16:19:12 +0000
parents fde4101fa183
children af06746954de
comparison
equal deleted inserted replaced
8816:7001af79521f 8817:48c6552be372
65 GAIM_SUBTYPE_BLIST_GROUP, 65 GAIM_SUBTYPE_BLIST_GROUP,
66 GAIM_SUBTYPE_BLIST_CHAT, 66 GAIM_SUBTYPE_BLIST_CHAT,
67 GAIM_SUBTYPE_CONNECTION, 67 GAIM_SUBTYPE_CONNECTION,
68 GAIM_SUBTYPE_CONVERSATION, 68 GAIM_SUBTYPE_CONVERSATION,
69 GAIM_SUBTYPE_CONV_WINDOW, 69 GAIM_SUBTYPE_CONV_WINDOW,
70 GAIM_SUBTYPE_PLUGIN 70 GAIM_SUBTYPE_PLUGIN,
71 GAIM_SUBTYPE_BLIST_NODE
71 72
72 } GaimSubType; 73 } GaimSubType;
73 74
74 /** 75 /**
75 * A wrapper for a type, subtype, and specific type of value. 76 * A wrapper for a type, subtype, and specific type of value.