comparison finch/gntaccount.h @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 0e3a8505ebbe
children 66dff3dfdea6
comparison
equal deleted inserted replaced
15821:84b0f9b23ede 15822:32c366eeeb99
1 /** 1 /**
2 * @file gntaccount.h GNT Account API 2 * @file gntaccount.h GNT Account 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 GaimAccountUiOps structure populated with the appropriate functions. 38 * @return The PurpleAccountUiOps structure populated with the appropriate functions.
39 */ 39 */
40 GaimAccountUiOps *finch_accounts_get_ui_ops(void); 40 PurpleAccountUiOps *finch_accounts_get_ui_ops(void);
41 41
42 /** 42 /**
43 * Perform necessary initializations. 43 * Perform necessary initializations.
44 */ 44 */
45 void finch_accounts_init(void); 45 void finch_accounts_init(void);