X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fmessage-stack.h;h=24ec2d599219527ce92309805ceab4cb4a6ac1b2;hb=c6172c4f6cb97ec651af9a89ea5b55e6cbc24ebd;hp=4741cce1e4edd5791edede3abd13e6b4e7b1ead4;hpb=f903f7d86c33cbf4d57cb4052158d3452289b579;p=inkscape.git diff --git a/src/message-stack.h b/src/message-stack.h index 4741cce1e..24ec2d599 100644 --- a/src/message-stack.h +++ b/src/message-stack.h @@ -1,5 +1,5 @@ /** \file - * Managing current status messages. + * Raw stack of active status messages */ /* @@ -15,7 +15,7 @@ #define SEEN_INKSCAPE_MESSAGE_STACK_H #include -#include +#include #include #include "gc-managed.h" #include "gc-finalized.h" @@ -85,7 +85,7 @@ public: * * @return the id of the pushed message */ - MessageId pushF(MessageType type, gchar const *format, ...); + MessageId pushF(MessageType type, gchar const *format, ...) G_GNUC_PRINTF(3,4); /** @brief pushes a message onto the stack using printf-like formatting, * using a stdarg argument list @@ -124,7 +124,7 @@ public: * * @return the id of the pushed message */ - MessageId flashF(MessageType type, gchar const *format, ...); + MessageId flashF(MessageType type, gchar const *format, ...) G_GNUC_PRINTF(3,4); /** @brief temporarily pushes a message onto the stack using * printf-like formatting, using a stdarg argument list