2004-12-06 Mike Kestner <mkestner@novell.com>

* generator/SymbolTable.cs : add off_t as an IntPtr.

svn path=/trunk/gtk-sharp/; revision=37247
This commit is contained in:
Mike Kestner 2004-12-06 22:14:03 +00:00
parent 5834d8e024
commit 089845650c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-12-06 Mike Kestner <mkestner@novell.com>
* generator/SymbolTable.cs : add off_t as an IntPtr.
2004-12-06 Mike Kestner <mkestner@novell.com>
* generator/SignalHandler.cs : s/[]/Array in BaseName. [Fixes #69383]

View File

@ -92,6 +92,7 @@ namespace GtkSharp.Generation {
// but this should work for now
AddType (new SimpleGen ("gsize", "uint"));
AddType (new SimpleGen ("gssize", "int"));
AddType (new SimpleGen ("off_t", "System.UIntPtr"));
AddType (new SimpleGen ("size_t", "System.UIntPtr"));
AddType (new SimpleGen ("ssize_t", "System.IntPtr"));