diff src/gtksavedstatuses.h @ 10447:6feef0a9098a

[gaim-migrate @ 11712] A few minor improvements and some documentation updates. Conscious evolution in the back of your mind... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 29 Dec 2004 21:53:59 +0000
parents ee56a3e54fbd
children 51b87da4e9f0
line wrap: on
line diff
--- a/src/gtksavedstatuses.h	Wed Dec 29 20:01:48 2004 +0000
+++ b/src/gtksavedstatuses.h	Wed Dec 29 21:53:59 2004 +0000
@@ -39,7 +39,11 @@
 void gaim_gtk_status_window_hide(void);
 
 /**
- * Shows a status editor (used for editing a single saved status).
+ * Shows a status editor (used for adding a new saved status or
+ * editing an already existing saved status).
+ *
+ * @param status The saved status to edit, or @c NULL if you
+ *               want to add a new saved status.
  */
 void gaim_gtk_status_editor_show(GaimSavedStatus *status);