From f5791f5ed2be3d0c9aff6bc7bb46c111180c2286 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 7 Jan 2013 15:54:31 +0100 Subject: ev-jobs: have ev_job_failed_from_error shadow ev_job_failed Since the latter uses varargs and will never be introspectable. https://bugzilla.gnome.org/show_bug.cgi?id=691354 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=1d87fc5 --- libview/ev-jobs.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libview') diff --git a/libview/ev-jobs.c b/libview/ev-jobs.c index a7ef8f13..e5c9af10 100644 --- a/libview/ev-jobs.c +++ b/libview/ev-jobs.c @@ -270,6 +270,13 @@ ev_job_failed (EvJob *job, ev_job_emit_finished (job); } +/** + * ev_job_failed_from_error: + * @job: an #EvJob + * @error: a #GError + * + * Rename to: ev_job_failed + */ void ev_job_failed_from_error (EvJob *job, GError *error) -- cgit v1.2.1