2004-01-13 Tambet Ingo <tambet@ximian.com>
* gtk-sharp.pc.in : add libdir var * generator/SymbolTable.cs : add GByteArray mapping. svn path=/trunk/gtk-sharp/; revision=22070
This commit is contained in:
parent
6ec923833e
commit
80a630a8a4
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-01-13 Tambet Ingo <tambet@ximian.com>
|
||||
|
||||
* gtk-sharp.pc.in : add libdir var
|
||||
* generator/SymbolTable.cs : add GByteArray mapping.
|
||||
|
||||
2004-01-13 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* generator/Signal.cs : use ValueArray to assemble parms arg for
|
||||
|
|
|
@ -82,6 +82,7 @@ namespace GtkSharp.Generation {
|
|||
AddType (new SimpleGen ("GTimeVal", "IntPtr"));
|
||||
AddType (new SimpleGen ("GClosure", "IntPtr"));
|
||||
AddType (new SimpleGen ("GArray", "IntPtr"));
|
||||
AddType (new SimpleGen ("GByteArray", "IntPtr"));
|
||||
AddType (new SimpleGen ("GData", "IntPtr"));
|
||||
AddType (new SimpleGen ("GTypeModule", "GLib.Object"));
|
||||
AddType (new SimpleGen ("GHashTable", "System.IntPtr"));
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
|
||||
Name: Gtk#
|
||||
|
|
Loading…
Reference in a new issue