diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-12 18:32:35 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-12 18:32:35 +0100 |
commit | e0f8a7031abfe6b6207019cddfb911fd33561495 (patch) | |
tree | be025f53c258e089b0d396c941c02b67dc9d7d8d /src/eom-jobs.h | |
parent | 3d34cc10a5e62686f661a6653d43e2c42e6a26a2 (diff) | |
download | eom-e0f8a7031abfe6b6207019cddfb911fd33561495.tar.bz2 eom-e0f8a7031abfe6b6207019cddfb911fd33561495.tar.xz |
fix more introspections warnings
partially taken from:
https://git.gnome.org/browse/eog/commit/?id=1b22c52
https://git.gnome.org/browse/eog/commit/?id=e51fe58
Diffstat (limited to 'src/eom-jobs.h')
-rw-r--r-- | src/eom-jobs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-jobs.h b/src/eom-jobs.h index abc00e6..1667d43 100644 --- a/src/eom-jobs.h +++ b/src/eom-jobs.h @@ -265,7 +265,7 @@ EomJob *eom_job_save_as_new (GList *images, EomURIConverter *converter, GFile *file); -/*EomJobCopy */ +/* EomJobCopy */ GType eom_job_copy_get_type (void) G_GNUC_CONST; EomJob *eom_job_copy_new (GList *images, const gchar *dest); |