~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/poppler-glib.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-05 10:32:13 UTC
  • mfrom: (1.5.9 upstream) (28.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100905103213-8nn88erk20o4wgm3
Tags: 0.9.8-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        }
18
18
        [CCode (cheader_filename = "poppler.h")]
19
19
        public class Annot : GLib.Object {
 
20
                [CCode (has_construct_function = false)]
 
21
                protected Annot ();
20
22
                public Poppler.AnnotType get_annot_type ();
21
23
                public unowned Poppler.Color get_color ();
22
24
                public unowned string get_contents ();
41
43
        }
42
44
        [CCode (cheader_filename = "poppler.h")]
43
45
        public class AnnotFreeText : Poppler.AnnotMarkup {
 
46
                [CCode (has_construct_function = false)]
 
47
                protected AnnotFreeText ();
44
48
                public unowned Poppler.AnnotCalloutLine get_callout_line ();
45
49
                public Poppler.AnnotFreeTextQuadding get_quadding ();
46
50
        }
55
59
        }
56
60
        [CCode (cheader_filename = "poppler.h")]
57
61
        public class AnnotMarkup : Poppler.Annot {
 
62
                [CCode (has_construct_function = false)]
 
63
                protected AnnotMarkup ();
58
64
                public GLib.Date get_date ();
59
65
                public Poppler.AnnotExternalDataType get_external_data ();
60
66
                public unowned string get_label ();
67
73
        }
68
74
        [CCode (cheader_filename = "poppler.h")]
69
75
        public class AnnotText : Poppler.AnnotMarkup {
 
76
                [CCode (has_construct_function = false)]
 
77
                protected AnnotText ();
70
78
                public unowned string get_icon ();
71
79
                public bool get_is_open ();
72
80
                public Poppler.AnnotTextState get_state ();
79
87
                public GLib.Time mtime;
80
88
                public weak string name;
81
89
                public size_t size;
 
90
                [CCode (has_construct_function = false)]
 
91
                protected Attachment ();
82
92
                public bool save (string filename) throws GLib.Error;
83
93
                public bool save_to_callback (Poppler.AttachmentSaveFunc save_func) throws GLib.Error;
84
94
        }
110
120
        }
111
121
        [CCode (cheader_filename = "poppler.h")]
112
122
        public class Document : GLib.Object {
 
123
                [CCode (has_construct_function = false)]
 
124
                protected Document ();
113
125
                public unowned Poppler.Dest find_dest (string link_name);
114
126
                [CCode (has_construct_function = false)]
115
127
                public Document.from_data (string data, int length, string password) throws GLib.Error;
179
191
        }
180
192
        [CCode (cheader_filename = "poppler.h")]
181
193
        public class FormField : GLib.Object {
 
194
                [CCode (has_construct_function = false)]
 
195
                protected FormField ();
182
196
                public Poppler.FormButtonType button_get_button_type ();
183
197
                public bool button_get_state ();
184
198
                public void button_set_state (bool state);
239
253
        }
240
254
        [CCode (cheader_filename = "poppler.h")]
241
255
        public class Layer : GLib.Object {
 
256
                [CCode (has_construct_function = false)]
 
257
                protected Layer ();
242
258
                public int get_radio_button_group_id ();
243
259
                public unowned string get_title ();
244
260
                public void hide ();
276
292
        }
277
293
        [CCode (cheader_filename = "poppler.h")]
278
294
        public class Page : GLib.Object {
 
295
                [CCode (has_construct_function = false)]
 
296
                protected Page ();
279
297
                public unowned GLib.List find_text (string text);
280
298
                public static void free_annot_mapping (GLib.List list);
281
299
                public static void free_form_field_mapping (GLib.List list);