glib: Make GObject.NativeType public

This is needed in GStreamer for the DynamicSignal part and is generaly
useful.
This commit is contained in:
Thibault Saunier 2017-09-25 10:56:13 -03:00
parent 86b20442a2
commit 0028351ed0

View file

@ -674,7 +674,7 @@ namespace GLib {
get { return NativeType.ToString (); }
}
internal GLib.GType NativeType {
public GLib.GType NativeType {
get { return LookupGType (); }
}