Mercurial > pidgin
comparison finch/gntstatus.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 gntstatus.h GNT Status API | 2 * @file gntstatus.h GNT Status 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 |
41 /** | 41 /** |
42 * Show a dialog to edit a status. | 42 * Show a dialog to edit a status. |
43 * | 43 * |
44 * @param saved The saved status to edit. Set it to @c NULL to create a new status. | 44 * @param saved The saved status to edit. Set it to @c NULL to create a new status. |
45 */ | 45 */ |
46 void finch_savedstatus_edit(GaimSavedStatus *saved); | 46 void finch_savedstatus_edit(PurpleSavedStatus *saved); |
47 | 47 |
48 /*@}*/ | 48 /*@}*/ |
49 | 49 |
50 #endif | 50 #endif |