~ubuntu-branches/ubuntu/maverick/vala/maverick

« back to all changes in this revision

Viewing changes to vapi/poppler-glib.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-04-02 10:10:55 UTC
  • mfrom: (1.4.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402101055-qbx3okzv0tnp3wpp
Tags: 0.8.0-0ubuntu1
* New upstream release:
  - Infer type arguments when calling generic methods.
  - Support `in' operator for arrays.
  - Add experimental support for regular expression literals.
  - Add experimental support for chained relational expressions.
  - Add va_list support.
  - Add clutter-gtk-0.10 bindings (Gordon Allott).
  - Add gdl-1.0 bindings (Nicolas Joseph).
  - Add gstreamer-app-0.10 bindings (Sebastian Dröge).
  - Add gstreamer-cdda-0.10 bindings (Sebastian Dröge).
  - Add gudev-1.0 bindings (Jim Nelson).
  - Add libgda-report-4.0 bindings (Shawn Ferris).
  - Add libgvc (graphviz) bindings (Martin Olsson).
  - Add purple bindings (Adrien Bustany).
  - Many bug fixes and binding updates.
* debian/patches/99_ltmain_as-needed.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
                public double x2;
280
280
                public double y2;
281
281
        }
282
 
        [CCode (cprefix = "POPPLER_ACTION_", has_type_id = "0", cheader_filename = "poppler.h")]
 
282
        [CCode (cprefix = "POPPLER_ACTION_", has_type_id = false, cheader_filename = "poppler.h")]
283
283
        public enum ActionType {
284
284
                UNKNOWN,
285
285
                GOTO_DEST,
289
289
                NAMED,
290
290
                MOVIE
291
291
        }
292
 
        [CCode (cprefix = "POPPLER_BACKEND_", has_type_id = "0", cheader_filename = "poppler.h")]
 
292
        [CCode (cprefix = "POPPLER_BACKEND_", has_type_id = false, cheader_filename = "poppler.h")]
293
293
        public enum Backend {
294
294
                UNKNOWN,
295
295
                SPLASH,
296
296
                CAIRO
297
297
        }
298
 
        [CCode (cprefix = "POPPLER_DEST_", has_type_id = "0", cheader_filename = "poppler.h")]
 
298
        [CCode (cprefix = "POPPLER_DEST_", has_type_id = false, cheader_filename = "poppler.h")]
299
299
        public enum DestType {
300
300
                UNKNOWN,
301
301
                XYZ,
308
308
                FITBV,
309
309
                NAMED
310
310
        }
311
 
        [CCode (cprefix = "POPPLER_ERROR_", has_type_id = "0", cheader_filename = "poppler.h")]
 
311
        [CCode (cprefix = "POPPLER_ERROR_", has_type_id = false, cheader_filename = "poppler.h")]
312
312
        public enum Error {
313
313
                INVALID,
314
314
                ENCRYPTED
315
315
        }
316
 
        [CCode (cprefix = "POPPLER_FONT_TYPE_", has_type_id = "0", cheader_filename = "poppler.h")]
 
316
        [CCode (cprefix = "POPPLER_FONT_TYPE_", has_type_id = false, cheader_filename = "poppler.h")]
317
317
        public enum FontType {
318
318
                UNKNOWN,
319
319
                TYPE1,
328
328
                CID_TYPE2,
329
329
                CID_TYPE2OT
330
330
        }
331
 
        [CCode (cprefix = "POPPLER_FORM_BUTTON_", has_type_id = "0", cheader_filename = "poppler.h")]
 
331
        [CCode (cprefix = "POPPLER_FORM_BUTTON_", has_type_id = false, cheader_filename = "poppler.h")]
332
332
        public enum FormButtonType {
333
333
                PUSH,
334
334
                CHECK,
335
335
                RADIO
336
336
        }
337
 
        [CCode (cprefix = "POPPLER_FORM_CHOICE_", has_type_id = "0", cheader_filename = "poppler.h")]
 
337
        [CCode (cprefix = "POPPLER_FORM_CHOICE_", has_type_id = false, cheader_filename = "poppler.h")]
338
338
        public enum FormChoiceType {
339
339
                COMBO,
340
340
                LIST
341
341
        }
342
 
        [CCode (cprefix = "POPPLER_FORM_FIELD_", has_type_id = "0", cheader_filename = "poppler.h")]
 
342
        [CCode (cprefix = "POPPLER_FORM_FIELD_", has_type_id = false, cheader_filename = "poppler.h")]
343
343
        public enum FormFieldType {
344
344
                UNKNOWN,
345
345
                BUTTON,
347
347
                CHOICE,
348
348
                SIGNATURE
349
349
        }
350
 
        [CCode (cprefix = "POPPLER_FORM_TEXT_", has_type_id = "0", cheader_filename = "poppler.h")]
 
350
        [CCode (cprefix = "POPPLER_FORM_TEXT_", has_type_id = false, cheader_filename = "poppler.h")]
351
351
        public enum FormTextType {
352
352
                NORMAL,
353
353
                MULTILINE,
354
354
                FILE_SELECT
355
355
        }
356
 
        [CCode (cprefix = "POPPLER_ORIENTATION_", has_type_id = "0", cheader_filename = "poppler.h")]
 
356
        [CCode (cprefix = "POPPLER_ORIENTATION_", has_type_id = false, cheader_filename = "poppler.h")]
357
357
        public enum Orientation {
358
358
                PORTRAIT,
359
359
                LANDSCAPE,
360
360
                UPSIDEDOWN,
361
361
                SEASCAPE
362
362
        }
363
 
        [CCode (cprefix = "POPPLER_PAGE_LAYOUT_", has_type_id = "0", cheader_filename = "poppler.h")]
 
363
        [CCode (cprefix = "POPPLER_PAGE_LAYOUT_", has_type_id = false, cheader_filename = "poppler.h")]
364
364
        public enum PageLayout {
365
365
                UNSET,
366
366
                SINGLE_PAGE,
370
370
                TWO_PAGE_LEFT,
371
371
                TWO_PAGE_RIGHT
372
372
        }
373
 
        [CCode (cprefix = "POPPLER_PAGE_MODE_", has_type_id = "0", cheader_filename = "poppler.h")]
 
373
        [CCode (cprefix = "POPPLER_PAGE_MODE_", has_type_id = false, cheader_filename = "poppler.h")]
374
374
        public enum PageMode {
375
375
                UNSET,
376
376
                NONE,
380
380
                USE_OC,
381
381
                USE_ATTACHMENTS
382
382
        }
383
 
        [CCode (cprefix = "POPPLER_PAGE_TRANSITION_", has_type_id = "0", cheader_filename = "poppler.h")]
 
383
        [CCode (cprefix = "POPPLER_PAGE_TRANSITION_", has_type_id = false, cheader_filename = "poppler.h")]
384
384
        public enum PageTransitionAlignment {
385
385
                HORIZONTAL,
386
386
                VERTICAL
387
387
        }
388
 
        [CCode (cprefix = "POPPLER_PAGE_TRANSITION_", has_type_id = "0", cheader_filename = "poppler.h")]
 
388
        [CCode (cprefix = "POPPLER_PAGE_TRANSITION_", has_type_id = false, cheader_filename = "poppler.h")]
389
389
        public enum PageTransitionDirection {
390
390
                INWARD,
391
391
                OUTWARD
392
392
        }
393
 
        [CCode (cprefix = "POPPLER_PAGE_TRANSITION_", has_type_id = "0", cheader_filename = "poppler.h")]
 
393
        [CCode (cprefix = "POPPLER_PAGE_TRANSITION_", has_type_id = false, cheader_filename = "poppler.h")]
394
394
        public enum PageTransitionType {
395
395
                REPLACE,
396
396
                SPLIT,
405
405
                UNCOVER,
406
406
                FADE
407
407
        }
408
 
        [CCode (cprefix = "POPPLER_PERMISSIONS_", has_type_id = "0", cheader_filename = "poppler.h")]
 
408
        [CCode (cprefix = "POPPLER_PERMISSIONS_", has_type_id = false, cheader_filename = "poppler.h")]
409
409
        [Flags]
410
410
        public enum Permissions {
411
411
                OK_TO_PRINT,
414
414
                OK_TO_ADD_NOTES,
415
415
                FULL
416
416
        }
417
 
        [CCode (cprefix = "POPPLER_SELECTION_", has_type_id = "0", cheader_filename = "poppler.h")]
 
417
        [CCode (cprefix = "POPPLER_SELECTION_", has_type_id = false, cheader_filename = "poppler.h")]
418
418
        public enum SelectionStyle {
419
419
                GLYPH,
420
420
                WORD,
421
421
                LINE
422
422
        }
423
 
        [CCode (cprefix = "POPPLER_VIEWER_PREFERENCES_", has_type_id = "0", cheader_filename = "poppler.h")]
 
423
        [CCode (cprefix = "POPPLER_VIEWER_PREFERENCES_", has_type_id = false, cheader_filename = "poppler.h")]
424
424
        [Flags]
425
425
        public enum ViewerPreferences {
426
426
                UNSET,