Mercurial > pidgin
diff libpurple/prpl.h @ 23371:3f92fd48d19a
document PurpleAttentionType slightly
| author | Will Thompson <will.thompson@collabora.co.uk> |
|---|---|
| date | Sun, 15 Jun 2008 12:54:23 +0000 |
| parents | d3fb9d9b57e2 |
| children | 49850f7ca393 3da0957e7821 |
line wrap: on
line diff
--- a/libpurple/prpl.h Sun Jun 15 12:53:59 2008 +0000 +++ b/libpurple/prpl.h Sun Jun 15 12:54:23 2008 +0000 @@ -31,6 +31,7 @@ #define _PURPLE_PRPL_H_ typedef struct _PurplePluginProtocolInfo PurplePluginProtocolInfo; +/** @copydoc _PurpleAttentionType */ typedef struct _PurpleAttentionType PurpleAttentionType; /**************************************************************************/ @@ -99,6 +100,9 @@ gboolean secret; }; +/** Represents "nudges" and "buzzes" that you may send to a buddy to attract + * their attention (or vice-versa). + */ struct _PurpleAttentionType { const char *name; /**< Shown in GUI elements */
