aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-10-17 20:40:59 +0800
committerMilan Crha <mcrha@redhat.com>2012-10-17 20:40:59 +0800
commitbac4efc7ced9ec16f6cdc30959797d8fe3cffde1 (patch)
treef47458538cbe24fd884c0b0fbdac43d8b5213b1d /e-util
parentf12ec068f993121f8dc8a3170591d21be6a2a665 (diff)
downloadgsoc2013-evolution-bac4efc7ced9ec16f6cdc30959797d8fe3cffde1.tar
gsoc2013-evolution-bac4efc7ced9ec16f6cdc30959797d8fe3cffde1.tar.gz
gsoc2013-evolution-bac4efc7ced9ec16f6cdc30959797d8fe3cffde1.tar.bz2
gsoc2013-evolution-bac4efc7ced9ec16f6cdc30959797d8fe3cffde1.tar.lz
gsoc2013-evolution-bac4efc7ced9ec16f6cdc30959797d8fe3cffde1.tar.xz
gsoc2013-evolution-bac4efc7ced9ec16f6cdc30959797d8fe3cffde1.tar.zst
gsoc2013-evolution-bac4efc7ced9ec16f6cdc30959797d8fe3cffde1.zip
Add format checker (in compile time) to e_notice()
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-dialog-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h
index d1e8b900c0..f4f04b0eac 100644
--- a/e-util/e-dialog-utils.h
+++ b/e-util/e-dialog-utils.h
@@ -28,6 +28,6 @@
void e_notice (gpointer parent,
GtkMessageType type,
const gchar *format,
- ...);
+ ...) G_GNUC_PRINTF (3, 4);
#endif /* E_DIALOG_UTILS_H */