Also store the GType of the property in case there's no managed type for it
This commit is contained in:
parent
9c636a83be
commit
761462b227
@ -51,6 +51,13 @@ namespace Gst {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal GLib.GType gtype;
|
||||||
|
public GLib.GType GType {
|
||||||
|
get {
|
||||||
|
return gtype;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal object dflt;
|
internal object dflt;
|
||||||
public object Default {
|
public object Default {
|
||||||
get {
|
get {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user