summaryrefslogtreecommitdiff
path: root/sources/generated/Gst/GhostPad.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst/GhostPad.cs')
-rw-r--r--sources/generated/Gst/GhostPad.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/generated/Gst/GhostPad.cs b/sources/generated/Gst/GhostPad.cs
index 0c2a404..ac73794 100644
--- a/sources/generated/Gst/GhostPad.cs
+++ b/sources/generated/Gst/GhostPad.cs
@@ -149,6 +149,7 @@ namespace Gst {
[DllImport("gstreamer-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
static extern bool gst_ghost_pad_construct(IntPtr raw);
+ [Obsolete]
public bool Construct() {
bool raw_ret = gst_ghost_pad_construct(Handle);
bool ret = raw_ret;