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

« back to all changes in this revision

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