2004-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* glib/Value.cs: added StructLayout attribute as requested by the runtime. Now --aot works again. svn path=/trunk/gtk-sharp/; revision=25128
This commit is contained in:
parent
05e4e0b9d3
commit
7cdacd91af
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* glib/Value.cs: added StructLayout attribute as requested by the
|
||||
runtime. Now --aot works again.
|
||||
|
||||
2004-04-04 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* generator/SymbolTable.cs : don't use StringGen for gunichar.
|
||||
|
|
|
@ -20,6 +20,7 @@ namespace GLib {
|
|||
/// to get and set properties on Objects.
|
||||
/// </remarks>
|
||||
|
||||
[StructLayout (LayoutKind.Sequential)]
|
||||
public class Value : IDisposable {
|
||||
|
||||
IntPtr _val;
|
||||
|
|
Loading…
Add table
Reference in a new issue