X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmessage-context.h;h=145a73ee553c10d0de0a06f77e81db2d5e1ed12e;hb=9750c2b6fc6843862effd2be59402193fe7171a1;hp=e5ed18e8bf792e819a8a7ec882f5ee62c117a083;hpb=7e2ff3ea648910ad5555bdebf85d16e90bb2962a;p=inkscape.git diff --git a/src/message-context.h b/src/message-context.h index e5ed18e8b..145a73ee5 100644 --- a/src/message-context.h +++ b/src/message-context.h @@ -15,7 +15,7 @@ #define SEEN_INKSCAPE_MESSAGE_CONTEXT_H #include -#include +#include #include "message.h" namespace Inkscape { @@ -56,7 +56,7 @@ public: * @param type the message type * @param format a printf-style formatting string */ - void setF(MessageType type, gchar const *format, ...); + void setF(MessageType type, gchar const *format, ...) G_GNUC_PRINTF(3,4); /** @brief pushes a message on the stack using printf-style formatting, * and a stdarg argument list @@ -82,7 +82,7 @@ public: * @param type the message type * @param format a printf-style formatting string */ - void flashF(MessageType type, gchar const *format, ...); + void flashF(MessageType type, gchar const *format, ...) G_GNUC_PRINTF(3,4); /** @brief pushes a message onto the stack for a brief period of time * using printf-style formatting and a stdarg argument list;