diff options
author | Glenn Rice <glennricster@gmail.com> | 2012-12-17 21:14:42 -0600 |
---|---|---|
committer | Glenn Rice <glennricster@gmail.com> | 2012-12-17 21:14:42 -0600 |
commit | 71a8df2900da253cfcb87517c60b7336d2fdaba5 (patch) | |
tree | 98a64f9fef1b0732078abb05e62969e4e0bcf5a1 /poppler-glib/src/annot.hg | |
parent | 820f5a7bd024625c0b72f1676c9982f2c90ba92c (diff) |
Add methods corresponding to new poppler-glib methods added since
poppler 0.20.5.
Diffstat (limited to 'poppler-glib/src/annot.hg')
-rw-r--r-- | poppler-glib/src/annot.hg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler-glib/src/annot.hg b/poppler-glib/src/annot.hg index fb62f61..161c7db 100644 --- a/poppler-glib/src/annot.hg +++ b/poppler-glib/src/annot.hg @@ -52,6 +52,7 @@ class Annot : public Glib::Object public: _WRAP_METHOD(AnnotType get_annot_type() const, poppler_annot_get_annot_type) _WRAP_METHOD(AnnotFlag get_flags() const, poppler_annot_get_flags) + _WRAP_METHOD(void set_flags(AnnotFlag flags) const, poppler_annot_set_flags) _WRAP_METHOD(Glib::ustring get_name() const, poppler_annot_get_name) _WRAP_METHOD(int get_page_index() const, poppler_annot_get_page_index) _WRAP_METHOD(Color get_color() const, poppler_annot_get_color) |