From 761462b22749c129e9ec39e3bd06e5c1e7ffee01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 12 May 2009 15:26:50 +0200 Subject: [PATCH] Also store the GType of the property in case there's no managed type for it --- gstreamer-sharp/PropertyInfo.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gstreamer-sharp/PropertyInfo.cs b/gstreamer-sharp/PropertyInfo.cs index 0ded88e413..5031442034 100644 --- a/gstreamer-sharp/PropertyInfo.cs +++ b/gstreamer-sharp/PropertyInfo.cs @@ -51,6 +51,13 @@ namespace Gst { } } + internal GLib.GType gtype; + public GLib.GType GType { + get { + return gtype; + } + } + internal object dflt; public object Default { get {