comparison libpurple/blist.h @ 22870:3d7e9eff04d0

Assorted cleanups, mostly to the Doxygen comments. I added a few missing @since tags.
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 May 2008 05:08:08 +0000
parents 17d1054cea03
children d11c993700e6
comparison
equal deleted inserted replaced
22869:cf2ac6f0758a 22870:3d7e9eff04d0
955 * Get the type of a given node. 955 * Get the type of a given node.
956 * 956 *
957 * @param node The node. 957 * @param node The node.
958 * 958 *
959 * @return The type of the node. 959 * @return The type of the node.
960 * @since 2.1.0
960 */ 961 */
961 PurpleBlistNodeType purple_blist_node_get_type(PurpleBlistNode *node); 962 PurpleBlistNodeType purple_blist_node_get_type(PurpleBlistNode *node);
962 963
963 /*@}*/ 964 /*@}*/
964 965