gstreamer/gstreamer-sharp/Registry.custom

5 lines
102 B
Text
Raw Normal View History

public Registry() : base (IntPtr.Zero)
{
CreateNativeObject (new string [0], new GLib.Value [0]);
}