pidgin: fb785cac: I guess doxygen wants this struct to hav...

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Sep 18 17:50:27 EDT 2011


----------------------------------------------------------------------
Revision: fb785cacae79ba4f7aa942f6eba2b76ee089ed9d
Parent:   e410f76dac330f037e07e6c880fa86a8029d8f1e
Author:   markdoliner at pidgin.im
Date:     09/18/11 17:45:29
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/fb785cacae79ba4f7aa942f6eba2b76ee089ed9d

Changelog: 

I guess doxygen wants this struct to have a comment if prpl.h is going
to have an explicit reference to it.

Changes against parent e410f76dac330f037e07e6c880fa86a8029d8f1e

  patched  libpurple/util.h

-------------- next part --------------
============================================================
--- libpurple/util.h	70207db32c2edeee9df439598da850485267d38e
+++ libpurple/util.h	a2c70e76854a542dd7e908277d7699b78f14e17c
@@ -37,6 +37,11 @@ typedef struct _PurpleUtilFetchUrlData P
   */
 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;
 
 /**


More information about the Commits mailing list