console/gntaccount.h@a5ae93474db6
console/gntaccount.h
Sat, 26 Aug 2006 19:12:05 +0000
- author
- Mark Doliner <markdoliner@pidgin.im>
- date
- Sat, 26 Aug 2006 19:12:05 +0000
- changeset 14410
- a5ae93474db6
- parent 14260
-
a21577fbb4d2
- child 14620
-
90d599495d65
- permissions
- -rw-r--r--
[gaim-migrate @ 17050]
Use GSList in a few places instead of GList, and use g_list_prepend
and then g_list_reverse in a few places instead of g_list_append
#ifndef _GNT_ACCOUNT_H
#define _GNT_ACCOUNT_H
#include "account.h"
GaimAccountUiOps *gg_accounts_get_ui_ops(void);
void gg_accounts_init(void);
void gg_accounts_uninit(void);
void gg_accounts_show_all(void);
#endif