comparison finch/gntidle.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 gntidle.h GNT Idle API 2 * @file gntidle.h GNT Idle API
3 * @ingroup gntui 3 * @ingroup gntui
4 * 4 *
5 * gaim 5 * purple
6 * 6 *
7 * Pidgin is the legal property of its developers, whose names are too numerous 7 * Pidgin 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 *
35 /** 35 /**
36 * Returns the GNT idle UI ops. 36 * Returns the GNT idle UI ops.
37 * 37 *
38 * @return The UI operations structure. 38 * @return The UI operations structure.
39 */ 39 */
40 GaimIdleUiOps *finch_idle_get_ui_ops(void); 40 PurpleIdleUiOps *finch_idle_get_ui_ops(void);
41 41
42 /*@}*/ 42 /*@}*/
43 43
44 #endif /* _Finch_IDLE_H_ */ 44 #endif /* _Finch_IDLE_H_ */