| 40 void finch_savedstatus_show_all(void); |
40 void finch_savedstatus_show_all(void); |
| 41 |
41 |
| 42 /** |
42 /** |
| 43 * Show a dialog to edit a status. |
43 * Show a dialog to edit a status. |
| 44 * |
44 * |
| 45 * @param saved The saved status to edit. Set it to @c NULL to create a new status. |
45 * @saved: The saved status to edit. Set it to %NULL to create a new status. |
| 46 */ |
46 */ |
| 47 void finch_savedstatus_edit(PurpleSavedStatus *saved); |
47 void finch_savedstatus_edit(PurpleSavedStatus *saved); |
| 48 |
48 |
| 49 /*@}*/ |
49 /*@}*/ |
| 50 |
50 |