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

« back to all changes in this revision

Viewing changes to lib/poppler-sharp/poppler-sharp/generated/AnnotExternalDataType.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.AnnotExternalDataTypeGType))]
 
11
        public enum AnnotExternalDataType {
 
12
 
 
13
                ThreeD,
 
14
                Unknown,
 
15
        }
 
16
 
 
17
        internal class AnnotExternalDataTypeGType {
 
18
                [DllImport ("poppler-glib")]
 
19
                static extern IntPtr poppler_annot_external_data_type_get_type ();
 
20
 
 
21
                public static GLib.GType GType {
 
22
                        get {
 
23
                                return new GLib.GType (poppler_annot_external_data_type_get_type ());
 
24
                        }
 
25
                }
 
26
        }
 
27
#endregion
 
28
}