diff options
author | Christian Persch <[email protected]> | 2012-06-12 20:02:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-22 21:44:49 +0100 |
commit | c7fcfa103e9313d67fd4a956a4cae7163c54b204 (patch) | |
tree | b400c16a1594440347bdee616a50bd0ddeb840cc /shell/ev-application.h | |
parent | e0f26b9dbe29642ea37c6c95e14f355e155e1608 (diff) | |
download | atril-c7fcfa103e9313d67fd4a956a4cae7163c54b204.tar.bz2 atril-c7fcfa103e9313d67fd4a956a4cae7163c54b204.tar.xz |
shell: Use GResource for data files
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=ba06a5e
Diffstat (limited to 'shell/ev-application.h')
-rw-r--r-- | shell/ev-application.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ev-application.h b/shell/ev-application.h index d8d9cff1..b5187509 100644 --- a/shell/ev-application.h +++ b/shell/ev-application.h @@ -70,7 +70,6 @@ const gchar * ev_application_get_uri (EvApplication *applicati GObject *ev_application_get_media_keys (EvApplication *application); const gchar *ev_application_get_dot_dir (EvApplication *application, gboolean create); -const gchar *ev_application_get_data_dir (EvApplication *application); G_END_DECLS |