comparison src/account.h @ 12420:b7d77321b685

[gaim-migrate @ 14727] gaim_accounts_reorder() should not be using size_t for new_index. I fixed it to use gint, the type of all the g_list functions involved. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 21:50:49 +0000
parents fc464a0abccc
children fc28451f5d96
comparison
equal deleted inserted replaced
12419:455610a80747 12420:b7d77321b685
813 * Reorders an account. 813 * Reorders an account.
814 * 814 *
815 * @param account The account to reorder. 815 * @param account The account to reorder.
816 * @param new_index The new index for the account. 816 * @param new_index The new index for the account.
817 */ 817 */
818 void gaim_accounts_reorder(GaimAccount *account, size_t new_index); 818 void gaim_accounts_reorder(GaimAccount *account, gint new_index);
819 819
820 /** 820 /**
821 * Returns a list of all accounts. 821 * Returns a list of all accounts.
822 * 822 *
823 * @return A list of all accounts. 823 * @return A list of all accounts.