summaryrefslogtreecommitdiff
path: root/glib/gerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gerror.h')
-rw-r--r--glib/gerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gerror.h b/glib/gerror.h
index f9020d62c..8b5de288b 100644
--- a/glib/gerror.h
+++ b/glib/gerror.h
@@ -60,7 +60,7 @@ GError* g_error_new_literal (GQuark domain,
GError* g_error_new_valist (GQuark domain,
gint code,
const gchar *format,
- va_list args);
+ va_list args) G_GNUC_PRINTF(3, 0);
void g_error_free (GError *error);
GError* g_error_copy (const GError *error);