Wed, 03 Feb 2010 21:20:44 +0000
Documentationliness is next to Godliness
| libpurple/protocols/msn/userlist.h | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/msn/userlist.h Wed Feb 03 21:17:30 2010 +0000 +++ b/libpurple/protocols/msn/userlist.h Wed Feb 03 21:20:44 2010 +0000 @@ -31,12 +31,11 @@ typedef enum { - MSN_LIST_FL, - MSN_LIST_AL, - MSN_LIST_BL, - MSN_LIST_RL, - MSN_LIST_PL - + MSN_LIST_FL, /**< Forward list */ + MSN_LIST_AL, /**< Allow list */ + MSN_LIST_BL, /**< Block list */ + MSN_LIST_RL, /**< Reverse list */ + MSN_LIST_PL /**< Pending list */ } MsnListId;