# HG changeset patch # User Will Thompson # Date 1213534463 0 # Node ID 3f92fd48d19a3d164a3268016c6d8c7a007b03d3 # Parent 855ae4ef2da3207451bdab9dbc2cb4c9a995bdb1 document PurpleAttentionType slightly diff -r 855ae4ef2da3 -r 3f92fd48d19a libpurple/prpl.h --- 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 */