static void GetChildProperty_cb(IntPtr inst, IntPtr child, uint property_id, IntPtr value, IntPtr pspec) { try { Container __obj = GLib.Object.GetObject(inst, false) as Container; __obj.OnGetChildProperty(GLib.Object.GetObject(child) as Gtk.Widget, property_id, (GLib.Value)Marshal.PtrToStructure(value, typeof(GLib.Value)), pspec); } catch (Exception e) { GLib.ExceptionManager.RaiseUnhandledException(e, false); } }