~ubuntu-branches/ubuntu/trusty/pdfmod/trusty

« back to all changes in this revision

Viewing changes to lib/poppler-sharp/poppler-sharp/generated/Orientation.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-06-18 03:44:46 UTC
  • Revision ID: james.westby@ubuntu.com-20100618034446-bogifrsscpayp361
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file was generated by the Gtk# code generator.
 
2
// Any changes made will be lost if regenerated.
 
3
 
 
4
namespace Poppler {
 
5
 
 
6
        using System;
 
7
        using System.Runtime.InteropServices;
 
8
 
 
9
#region Autogenerated code
 
10
        [GLib.GType (typeof (Poppler.OrientationGType))]
 
11
        public enum Orientation {
 
12
 
 
13
                Portrait,
 
14
                Landscape,
 
15
                Upsidedown,
 
16
                Seascape,
 
17
        }
 
18
 
 
19
        internal class OrientationGType {
 
20
                [DllImport ("poppler-glib")]
 
21
                static extern IntPtr poppler_orientation_get_type ();
 
22
 
 
23
                public static GLib.GType GType {
 
24
                        get {
 
25
                                return new GLib.GType (poppler_orientation_get_type ());
 
26
                        }
 
27
                }
 
28
        }
 
29
#endregion
 
30
}