aboutsummaryrefslogtreecommitdiffstats
path: root/simple_dialog.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-26 15:02:27 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-26 15:02:27 +0000
commitd936d457c309a557b438854b90da9b91380e6ec6 (patch)
tree5e4069ccc92a17d9c854fa623f6ed33ae87a81e2 /simple_dialog.h
parent113fac8b770fe18cf0b12db5d944ff2aefe97082 (diff)
Fix a number of doxygen directives.
svn path=/trunk/; revision=33929
Diffstat (limited to 'simple_dialog.h')
-rw-r--r--simple_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple_dialog.h b/simple_dialog.h
index ea7355b80d..87f66791f7 100644
--- a/simple_dialog.h
+++ b/simple_dialog.h
@@ -161,7 +161,7 @@ extern void display_queued_messages(void);
/** Show a message in the status bar.
*
- * @param msg Status message
+ * @param msg_format Status message
*/
extern void simple_status(const gchar *msg_format, ...)
G_GNUC_PRINTF(1, 2);