Release 1.22.7
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst / ParseError.cs
1 // This file was generated by the Gtk# code generator.
2 // Any changes made will be lost if regenerated.
3
4 namespace Gst {
5
6         using System;
7         using System.Runtime.InteropServices;
8
9 #region Autogenerated code
10         [GLib.GType (typeof (Gst.ParseErrorGType))]
11         public enum ParseError {
12
13                 Syntax = 0,
14                 NoSuchElement = 1,
15                 NoSuchProperty = 2,
16                 Link = 3,
17                 CouldNotSetProperty = 4,
18                 EmptyBin = 5,
19                 Empty = 6,
20                 DelayedLink = 7,
21         }
22
23         internal class ParseErrorGType {
24                 [DllImport ("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
25                 static extern IntPtr gst_parse_error_get_type ();
26
27                 public static GLib.GType GType {
28                         get {
29                                 return new GLib.GType (gst_parse_error_get_type ());
30                         }
31                 }
32         }
33 #endregion
34 }