# HG changeset patch # User Mark Doliner # Date 1316382329 0 # Node ID da240637e3098f4b59080abffa2bcea280b3f769 # Parent 2626b555d85f7cf8e47cd2fe8089d1855fe6aea6 I guess doxygen wants this struct to have a comment if prpl.h is going to have an explicit reference to it. diff -r 2626b555d85f -r da240637e309 libpurple/util.h --- 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; /**