comparison finch/gntblist.h @ 15852:c5487dd19e61

merge of '31ed92ba1b530f050510b4958686e3013ba4176c' and '41f65a78d919384ad599d73c656a367d92292a41'
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 20 Mar 2007 14:37:22 +0000
parents 32c366eeeb99
children 66dff3dfdea6
comparison
equal deleted inserted replaced
15851:5198bd455160 15852:c5487dd19e61
1 /** 1 /**
2 * @file gntblist.h GNT BuddyList API 2 * @file gntblist.h GNT BuddyList API
3 * @ingroup gntui 3 * @ingroup gntui
4 * 4 *
5 * gaim 5 * purple
6 * 6 *
7 * Gaim is the legal property of its developers, whose names are too numerous 7 * Purple is the legal property of its developers, whose names are too numerous
8 * to list here. Please refer to the COPYRIGHT file distributed with this 8 * to list here. Please refer to the COPYRIGHT file distributed with this
9 * source distribution. 9 * source distribution.
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify 11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by 12 * it under the terms of the GNU General Public License as published by
33 /*@{*/ 33 /*@{*/
34 34
35 /** 35 /**
36 * Get the ui-functions. 36 * Get the ui-functions.
37 * 37 *
38 * @return The GaimBlistUiOps structure populated with the appropriate functions. 38 * @return The PurpleBlistUiOps structure populated with the appropriate functions.
39 */ 39 */
40 GaimBlistUiOps * finch_blist_get_ui_ops(void); 40 PurpleBlistUiOps * finch_blist_get_ui_ops(void);
41 41
42 /** 42 /**
43 * Perform necessary initializations. 43 * Perform necessary initializations.
44 */ 44 */
45 void finch_blist_init(void); 45 void finch_blist_init(void);