Also store the GType of the property in case there's no managed type for it

This commit is contained in:
Sebastian Dröge 2009-05-12 15:26:50 +02:00
parent 9c636a83be
commit 761462b227

View file

@ -51,6 +51,13 @@ namespace Gst {
}
}
internal GLib.GType gtype;
public GLib.GType GType {
get {
return gtype;
}
}
internal object dflt;
public object Default {
get {