changeset 32639:da240637e309

I guess doxygen wants this struct to have a comment if prpl.h is going to have an explicit reference to it.
author Mark Doliner <mark@kingant.net>
date Sun, 18 Sep 2011 21:45:29 +0000
parents 2626b555d85f
children e1d4eea990d2
files libpurple/util.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/util.h	Sun Sep 18 21:32:10 2011 +0000
+++ b/libpurple/util.h	Sun Sep 18 21:45:29 2011 +0000
@@ -37,6 +37,11 @@
   */
 typedef struct _PurpleUtilFetchUrlData PurpleUtilFetchUrlData;
 
+/**
+ * A generic structure that contains information about an "action."  One
+ * place this is is used is by PRPLs to tell the core the list of available
+ * right-click actions for a buddy list row.
+ */
 typedef struct _PurpleMenuAction PurpleMenuAction;
 
 /**