diff options
author | Christian Persch <[email protected]> | 2012-06-13 01:03:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-14 20:02:44 +0200 |
commit | bc32c6f60310096c78be89d89703e34c1d3818c7 (patch) | |
tree | 93322b716481c1f8fae4ae5e969ed874866f9098 /atril-document.h | |
parent | e4dc06ec2c72f536affda251c98a42dc8355ede3 (diff) | |
download | atril-bc32c6f60310096c78be89d89703e34c1d3818c7.tar.bz2 atril-bc32c6f60310096c78be89d89703e34c1d3818c7.tar.xz |
Add deprecation macros
Add deprecation macros similar to GLIB_DEPRECATED[_FOR].
taken from:
https://git.gnome.org/browse/evince/commit/?id=86f3e1b
Diffstat (limited to 'atril-document.h')
-rw-r--r-- | atril-document.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atril-document.h b/atril-document.h index 131463c0..79068c45 100644 --- a/atril-document.h +++ b/atril-document.h @@ -56,6 +56,7 @@ #include <libdocument/ev-selection.h> #include <libdocument/ev-transition-effect.h> #include <libdocument/ev-version.h> +#include <libdocument/ev-macros.h> #undef __EV_ATRIL_DOCUMENT_H_INSIDE__ |