summaryrefslogtreecommitdiff
path: root/libdocument
diff options
context:
space:
mode:
authorChristian Persch <[email protected]>2012-06-13 01:05:15 +0200
committerraveit65 <[email protected]>2017-08-14 20:02:44 +0200
commita2e5e6d2dd44f9d2de05d5563df20989360dbdf7 (patch)
treef218065020e684fa7d63bda63c693797c6df0874 /libdocument
parentbc32c6f60310096c78be89d89703e34c1d3818c7 (diff)
downloadatril-a2e5e6d2dd44f9d2de05d5563df20989360dbdf7.tar.bz2
atril-a2e5e6d2dd44f9d2de05d5563df20989360dbdf7.tar.xz
libdocument: Use the new deprecation macros
taken from: https://git.gnome.org/browse/evince/commit/?id=4e762b4
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/ev-backends-manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libdocument/ev-backends-manager.h b/libdocument/ev-backends-manager.h
index 3371a557..87d57358 100644
--- a/libdocument/ev-backends-manager.h
+++ b/libdocument/ev-backends-manager.h
@@ -27,6 +27,7 @@
#include <glib.h>
#include "ev-document.h"
+#include "ev-macros.h"
G_BEGIN_DECLS
@@ -39,8 +40,13 @@ gboolean _ev_backends_manager_init (void);
void _ev_backends_manager_shutdown (void);
EvDocument *ev_backends_manager_get_document (const gchar *mime_type);
+
+EV_DEPRECATED
const gchar *ev_backends_manager_get_document_module_name (EvDocument *document);
+
+EV_DEPRECATED
EvTypeInfo *ev_backends_manager_get_document_type_info (EvDocument *document);
+
GList *ev_backends_manager_get_all_types_info (void);
const gchar *ev_backends_manager_get_backends_dir (void);
G_END_DECLS