Actually override the Copy method of GLib.Opaque
This commit is contained in:
parent
8152e6b9d6
commit
9b81a43655
@ -1,4 +1,4 @@
|
|||||||
protected virtual GLib.Opaque Copy (IntPtr raw)
|
protected override GLib.Opaque Copy (IntPtr raw)
|
||||||
{
|
{
|
||||||
return GLib.Opaque.GetOpaque (raw, typeof (Gst.IndexEntry), true);
|
return GLib.Opaque.GetOpaque (raw, typeof (Gst.IndexEntry), true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user