comparison libpurple/protocols/msn/group.h @ 23566:a0e957b7b923

Take care of more cleanup in the MSN code. No more C++ style comments. msn_convert_iso8601 was replaced with purple_str_to_time everywhere, so remove it. REM and SYN were removed in MSNP13. REA was removed in MSNP11. PRP and BLP were added already, so remove the TODO. Contact information is now taken from the contact server, so remove all that commented code from the ADL command.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 12 Jul 2008 06:44:19 +0000
parents 711773577380
children d1cfa8c11902
comparison
equal deleted inserted replaced
23565:9acfa387c0a2 23566:a0e957b7b923
47 47
48 char *id; /**< The group ID. */ 48 char *id; /**< The group ID. */
49 char *name; /**< The name of the group. */ 49 char *name; /**< The name of the group. */
50 }; 50 };
51 51
52 /**************************************************************************/ 52 /**************************************************************************
53 /** @name Group API */ 53 ** @name Group API *
54 /**************************************************************************/ 54 **************************************************************************/
55 /*@{*/ 55 /*@{*/
56 56
57 /** 57 /**
58 * Creates a new group structure. 58 * Creates a new group structure.
59 * 59 *
103 * @param group The group. 103 * @param group The group.
104 * 104 *
105 * @return The name. 105 * @return The name.
106 */ 106 */
107 const char *msn_group_get_name(const MsnGroup *group); 107 const char *msn_group_get_name(const MsnGroup *group);
108
108 #endif /* _MSN_GROUP_H_ */ 109 #endif /* _MSN_GROUP_H_ */
110