glib: Make GObject.NativeType public
This is needed in GStreamer for the DynamicSignal part and is generaly useful.
This commit is contained in:
parent
86b20442a2
commit
0028351ed0
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ namespace GLib {
|
||||||
get { return NativeType.ToString (); }
|
get { return NativeType.ToString (); }
|
||||||
}
|
}
|
||||||
|
|
||||||
internal GLib.GType NativeType {
|
public GLib.GType NativeType {
|
||||||
get { return LookupGType (); }
|
get { return LookupGType (); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue