aboutsummaryrefslogtreecommitdiffstats
path: root/simple_dialog.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-11-27 21:50:49 +0000
committerGuy Harris <guy@alum.mit.edu>2010-11-27 21:50:49 +0000
commita4cc25f84d04835a8283176ba4a058b5ac2966e2 (patch)
tree7ffed53d8b537c9a207f28b5438525b428cc21d5 /simple_dialog.h
parent52b99dc1918626e758f4c3ef2566dfb49958db1b (diff)
Move main_statusbar.h to the top-level directory; none of its routines
use GTK+ data types, so, at least in theory, it could be implemented atop another toolkit. Make statusbar_push_temporary_msg() take a format string and format arguments. Use it instead of simple_status(), and change one call to just take a format string and arguments rather than to take the result of using that format string and arguments with g_strdup_printf() and passing the result to statusbar_push_temporary_msg(). svn path=/trunk/; revision=35041
Diffstat (limited to 'simple_dialog.h')
-rw-r--r--simple_dialog.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/simple_dialog.h b/simple_dialog.h
index 87f66791f7..40258cadb7 100644
--- a/simple_dialog.h
+++ b/simple_dialog.h
@@ -159,15 +159,6 @@ extern char *simple_dialog_format_message(const char *msg);
*/
extern void display_queued_messages(void);
-/** Show a message in the status bar.
- *
- * @param msg_format Status message
- */
-extern void simple_status(const gchar *msg_format, ...)
- G_GNUC_PRINTF(1, 2);
-
-
-
#ifdef __cplusplus
}
#endif /* __cplusplus */