summaryrefslogtreecommitdiff
path: root/main_statusbar.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-28Add GCC-style printf annotation to the routines that now take a formatGuy Harris1-3/+6
string and format arguments, and fix issues warned about by that. svn path=/trunk/; revision=35044
2010-11-27Make some other statusbar routines take a format string and format args,Guy Harris1-6/+8
and get rid of an unnecessary string pointer. Make the argument to welcome_header_push_msg() a const pointer. svn path=/trunk/; revision=35042
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesGuy Harris1-0/+59
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