changeset 23373:3f92fd48d19a

document PurpleAttentionType slightly
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 15 Jun 2008 12:54:23 +0000
parents 855ae4ef2da3
children 0efa36fe7d7c
files libpurple/prpl.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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 */