comparison src/blist.h @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents 875f59f9c0bb
children 7630a95f3b8b
comparison
equal deleted inserted replaced
12285:af257d8679fe 12286:255e6912607b
839 /*@}*/ 839 /*@}*/
840 840
841 841
842 /** 842 /**
843 * Retrieves the extended menu items for a buddy list node. 843 * Retrieves the extended menu items for a buddy list node.
844 * @param n The blist node for which to obtain the extended menu items. 844 * @param n The blist node for which to obtain the extended menu items.
845 * @return list of GaimBlistNodeAction items, as harvested by the 845 * @return A list of GaimBlistNodeAction items, as harvested by the
846 * blist-node-extended-menu signal. 846 * blist-node-extended-menu signal.
847 */ 847 */
848 GList *gaim_blist_node_get_extended_menu(GaimBlistNode *n); 848 GList *gaim_blist_node_get_extended_menu(GaimBlistNode *n);
849 849
850 850
851 /** 851 /**