summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2017-03-12 21:55:42 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2017-03-16 08:11:20 +0100
commit6d06b2f8e32e8870091154f07e570299b5486de2 (patch)
tree2da047f24ad037e945c39f0e05b47169c81f1e3f
parent3011c66e7633cd752659eb044754189b89ae98e4 (diff)
downloadvala-6d06b2f8e32e8870091154f07e570299b5486de2.tar.gz
poppler-glib: Update to 0.52.0
-rw-r--r--vapi/poppler-glib.vapi39
1 files changed, 24 insertions, 15 deletions
diff --git a/vapi/poppler-glib.vapi b/vapi/poppler-glib.vapi
index 2bef477e2..82e568bc7 100644
--- a/vapi/poppler-glib.vapi
+++ b/vapi/poppler-glib.vapi
@@ -305,27 +305,43 @@ namespace Poppler {
public bool is_linearized ();
public bool save (string uri) throws GLib.Error;
public bool save_a_copy (string uri) throws GLib.Error;
- public string author { owned get; }
- public int creation_date { get; }
- public string creator { owned get; }
+ [Version (since = "0.46")]
+ public void set_author (string author);
+ [Version (since = "0.46")]
+ public void set_creation_date (long creation_date);
+ [Version (since = "0.46")]
+ public void set_creator (string creator);
+ [Version (since = "0.46")]
+ public void set_keywords (string keywords);
+ [Version (since = "0.46")]
+ public void set_modification_date (long modification_date);
+ [Version (since = "0.46")]
+ public void set_producer (string producer);
+ [Version (since = "0.46")]
+ public void set_subject (string subject);
+ [Version (since = "0.46")]
+ public void set_title (string title);
+ public string author { owned get; set; }
+ public int creation_date { get; set; }
+ public string creator { owned get; set; }
[NoAccessorMethod]
public string format { owned get; }
[NoAccessorMethod]
public uint format_major { get; }
[NoAccessorMethod]
public uint format_minor { get; }
- public string keywords { owned get; }
+ public string keywords { owned get; set; }
[NoAccessorMethod]
public bool linearized { get; }
public string metadata { owned get; }
[NoAccessorMethod]
- public int mod_date { get; }
+ public int mod_date { get; set; }
public Poppler.PageLayout page_layout { get; }
public Poppler.PageMode page_mode { get; }
public Poppler.Permissions permissions { get; }
- public string producer { owned get; }
- public string subject { owned get; }
- public string title { owned get; }
+ public string producer { owned get; set; }
+ public string subject { owned get; set; }
+ public string title { owned get; set; }
[NoAccessorMethod]
public Poppler.ViewerPreferences viewer_preferences { get; }
}
@@ -1025,13 +1041,6 @@ namespace Poppler {
MULTILINE,
FILE_SELECT
}
- [CCode (cheader_filename = "poppler.h", cprefix = "POPPLER_ORIENTATION_", type_id = "poppler_orientation_get_type ()")]
- public enum Orientation {
- PORTRAIT,
- LANDSCAPE,
- UPSIDEDOWN,
- SEASCAPE
- }
[CCode (cheader_filename = "poppler.h", cprefix = "POPPLER_PAGE_LAYOUT_", type_id = "poppler_page_layout_get_type ()")]
public enum PageLayout {
UNSET,