Remove Glib.Boxed usage in Value.
* glib/Value.cs: GLib.Boxed is obsolete and removed.
This commit is contained in:
parent
08eda8b7c2
commit
917a4abf7a
1 changed files with 0 additions and 5 deletions
|
@ -290,11 +290,6 @@ namespace GLib {
|
||||||
return GLib.Opaque.GetOpaque (g_value_get_boxed (ref val), (Type) new GType (val.type), false);
|
return GLib.Opaque.GetOpaque (g_value_get_boxed (ref val), (Type) new GType (val.type), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static explicit operator GLib.Boxed (Value val)
|
|
||||||
{
|
|
||||||
return new GLib.Boxed (g_value_get_boxed (ref val));
|
|
||||||
}
|
|
||||||
|
|
||||||
public static explicit operator GLib.Object (Value val)
|
public static explicit operator GLib.Object (Value val)
|
||||||
{
|
{
|
||||||
return GLib.Object.GetObject (g_value_get_object (ref val), false);
|
return GLib.Object.GetObject (g_value_get_object (ref val), false);
|
||||||
|
|
Loading…
Reference in a new issue