aboutsummaryrefslogtreecommitdiffstats
path: root/main_statusbar.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-28Add GCC-style printf annotation to the routines that now take a formatguy1-3/+6
string and format arguments, and fix issues warned about by that. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35044 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-27Make some other statusbar routines take a format string and format args,guy1-6/+8
and get rid of an unnecessary string pointer. Make the argument to welcome_header_push_msg() a const pointer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35042 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-27Move main_statusbar.h to the top-level directory; none of its routinesguy1-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(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35041 f5534014-38df-0310-8fa8-9805f1628bb7