[evince] libview: Add printf attribute
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] libview: Add printf attribute
- Date: Fri, 26 Jul 2013 20:32:19 +0000 (UTC)
commit 3fecefe145fd4dc3ecc513ee84e348fccb57c263
Author: Christian Persch <chpe gnome org>
Date: Fri Jul 26 22:13:23 2013 +0200
libview: Add printf attribute
libview/ev-jobs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libview/ev-jobs.h b/libview/ev-jobs.h
index c71eb22..107a39c 100644
--- a/libview/ev-jobs.h
+++ b/libview/ev-jobs.h
@@ -454,7 +454,7 @@ void ev_job_failed (EvJob *job,
GQuark domain,
gint code,
const gchar *format,
- ...);
+ ...) G_GNUC_PRINTF (4, 5);
void ev_job_failed_from_error (EvJob *job,
GError *error);
void ev_job_succeeded (EvJob *job);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]