| 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); |