svn path=/trunk/; revision=7059
+2008-06-19 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 535949 – annotate g_strip_context and g_dpgettext with
+ G_GNUC_FORMAT
+
+ * glib/gstrfuncs.h:
+ * glib/glib.symbols: Annotate some functions with G_GNUC_FORMAT.
+ Patch by Christian Persch
+
2008-06-19 Matthias Clasen <mclasen@redhat.com>
Bug 539067 – The document g_io_channel_win32_new_fd() says that "Your
g_strdown
#endif
g_strv_length
-g_strip_context
+g_strip_context G_GNUC_FORMAT(1)
g_dgettext
g_dngettext
-g_dpgettext
+g_dpgettext G_GNUC_FORMAT(2)
#endif
#endif
const char *src);
G_CONST_RETURN gchar *g_strip_context (const gchar *msgid,
- const gchar *msgval);
+ const gchar *msgval) G_GNUC_FORMAT(1);
G_CONST_RETURN gchar *g_dgettext (const gchar *domain,
const gchar *msgid);
gulong n);
G_CONST_RETURN gchar *g_dpgettext (const gchar *domain,
const gchar *msgctxtid,
- gsize msgidoffset);
+ gsize msgidoffset) G_GNUC_FORMAT(2);
G_END_DECLS