Release 1.20.0
[platform/upstream/gstreamer.git] / subprojects / gstreamer-sharp / sources / generated / Gst.PbUtils / InstallPluginsReturn.cs
1 // This file was generated by the Gtk# code generator.
2 // Any changes made will be lost if regenerated.
3
4 namespace Gst.PbUtils {
5
6         using System;
7         using System.Runtime.InteropServices;
8
9 #region Autogenerated code
10         [GLib.GType (typeof (Gst.PbUtils.InstallPluginsReturnGType))]
11         public enum InstallPluginsReturn {
12
13                 Success = 0,
14                 NotFound = 1,
15                 Error = 2,
16                 PartialSuccess = 3,
17                 UserAbort = 4,
18                 Crashed = 100,
19                 Invalid = 101,
20                 StartedOk = 200,
21                 InternalFailure = 201,
22                 HelperMissing = 202,
23                 InstallInProgress = 203,
24         }
25
26         internal class InstallPluginsReturnGType {
27                 [DllImport ("gstpbutils-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
28                 static extern IntPtr gst_install_plugins_return_get_type ();
29
30                 public static GLib.GType GType {
31                         get {
32                                 return new GLib.GType (gst_install_plugins_return_get_type ());
33                         }
34                 }
35         }
36 #endregion
37 }