Ryujinx-GtkSharp/generator
Mike Kestner 8459ac5560 Initial support for GVariant
* generator/SymbolTable.cs : add GVariant type mapping.
* glib/Variant.cs: initial implementation of an opaque class to expose
the GVariant type from glib.  We won't make any attempt to combine managed
references since there is no "toggle" ref capability.  We'll do a one-to-one
ref_sink/unref pair on construction/dispose.
2011-01-22 12:52:38 -06:00
..
.gitignore Flatten the bootstrap and remove glade-sharp 2010-11-21 21:18:06 -06:00
AliasGen.cs 2007-09-21 Mike Kestner <mkestner@novell.com> 2007-09-21 16:37:04 +00:00
BoxedGen.cs 2009-01-04 Mike Kestner <mkestner@novell.com> 2009-01-04 22:29:56 +00:00
ByRefGen.cs 2008-02-26 Mike Kestner <mkestner@novell.com> 2008-02-26 16:29:14 +00:00
CallbackGen.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
ChildProperty.cs Redo child property handling; now we generate classes to hold 2004-11-18 20:31:22 +00:00
ClassBase.cs 2009-04-13 Christian Hoff <christian_hoff@gmx.net> 2009-04-13 17:44:48 +00:00
ClassField.cs 2009-05-04 Christian Hoff <christian_hoff@gmx.net> 2009-05-04 17:39:45 +00:00
ClassGen.cs 2009-08-19 Christian Hoff <christian_hoff@gmx.net> 2009-08-19 16:13:17 +00:00
CodeGenerator.cs Change the way generatable validation works. Some generatable 2005-08-05 20:34:45 +00:00
ConstFilenameGen.cs 2007-09-21 Mike Kestner <mkestner@novell.com> 2007-09-21 16:37:04 +00:00
ConstStringGen.cs 2009-08-13 Christian Hoff <christian_hoff@gmx.net> 2009-08-13 14:46:33 +00:00
Ctor.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
DefaultSignalHandler.cs 2009-04-13 Christian Hoff <christian_hoff@gmx.net> 2009-04-13 17:44:48 +00:00
DESIGN 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
EnumGen.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
FieldBase.cs 2009-08-13 Christian Hoff <christian_hoff@gmx.net> 2009-08-13 14:46:33 +00:00
gapi3-codegen.in 2009-07-24 Christian Hoff <christian_hoff@gmx.net> 2009-07-24 05:19:17 +00:00
GenBase.cs 2009-08-13 Christian Hoff <christian_hoff@gmx.net> 2009-08-13 14:46:33 +00:00
GenerationInfo.cs 2009-04-13 Christian Hoff <christian_hoff@gmx.net> 2009-04-13 17:44:48 +00:00
GObjectVM.cs 2009-08-07 Mike Kestner <mkestner@novell.com> 2009-08-08 23:42:15 +00:00
HandleBase.cs 2009-08-13 Christian Hoff <christian_hoff@gmx.net> 2009-08-13 14:46:33 +00:00
IAccessor.cs 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
IGeneratable.cs 2009-08-13 Christian Hoff <christian_hoff@gmx.net> 2009-08-13 14:46:33 +00:00
IManualMarshaler.cs 2005-03-08 Mike Kestner <mkestner@novell.com> 2005-03-08 21:28:08 +00:00
InterfaceGen.cs 2009-08-19 Christian Hoff <christian_hoff@gmx.net> 2009-08-19 16:13:17 +00:00
InterfaceVM.cs 2009-04-13 Christian Hoff <christian_hoff@gmx.net> 2009-04-13 17:44:48 +00:00
LPGen.cs 2008-09-18 Mike Kestner <mkestner@novell.com> 2008-09-18 14:23:29 +00:00
LPUGen.cs 2008-09-18 Mike Kestner <mkestner@novell.com> 2008-09-18 14:23:29 +00:00
Makefile.am 2009-11-30 Mike Kestner <mkestner@novell.com> 2009-11-30 20:40:34 +00:00
ManagedCallString.cs 2009-08-13 Christian Hoff <christian_hoff@gmx.net> 2009-08-13 14:46:33 +00:00
ManualGen.cs 2007-09-21 Mike Kestner <mkestner@novell.com> 2007-09-21 16:37:04 +00:00
MarshalGen.cs 2009-04-13 Christian Hoff <christian_hoff@gmx.net> 2009-04-13 17:44:48 +00:00
Method.cs 2009-11-30 Mike Kestner <mkestner@novell.com> 2009-11-30 17:39:11 +00:00
MethodBase.cs 2009-04-13 Christian Hoff <christian_hoff@gmx.net> 2009-04-13 17:44:48 +00:00
MethodBody.cs 2009-01-07 Mike Kestner <mkestner@novell.com> 2009-01-07 17:10:08 +00:00
ObjectBase.cs 2009-08-05 Christian Hoff <christian_hoff@gmx.net> 2009-08-05 06:24:27 +00:00
ObjectField.cs * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
ObjectGen.cs 2009-08-19 Christian Hoff <christian_hoff@gmx.net> 2009-08-19 16:13:17 +00:00
OpaqueGen.cs 2009-08-19 Christian Hoff <christian_hoff@gmx.net> 2009-08-19 16:13:17 +00:00
Parameters.cs 2009-07-12 Mike Kestner <mkestner@novell.com> 2009-07-12 22:01:52 +00:00
Parser.cs 2009-04-13 Christian Hoff <christian_hoff@gmx.net> 2009-04-13 17:44:48 +00:00
Property.cs 2008-09-16 Jeffrey Stedfast <fejj@novell.com> 2008-09-16 23:21:50 +00:00
PropertyBase.cs 2009-01-04 Mike Kestner <mkestner@novell.com> 2009-01-04 22:29:56 +00:00
ReturnValue.cs 2009-09-23 Mike Kestner <mkestner@novell.com> 2009-09-23 21:27:15 +00:00
Signal.cs 2009-11-23 Christian Hoff <christian_hoff@gmx.net> 2009-11-23 17:19:46 +00:00
Signature.cs * generator/Parameters.cs (IsHidden): method to check if a 2005-05-02 20:10:03 +00:00
SimpleBase.cs 2009-08-13 Christian Hoff <christian_hoff@gmx.net> 2009-08-13 14:46:33 +00:00
SimpleGen.cs 2007-09-21 Mike Kestner <mkestner@novell.com> 2007-09-21 16:37:04 +00:00
Statistics.cs 2004-06-25 Mike Kestner <mkestner@ximian.com> 2004-06-25 16:35:15 +00:00
StructBase.cs 2009-08-19 Christian Hoff <christian_hoff@gmx.net> 2009-08-19 16:13:17 +00:00
StructField.cs 2009-08-13 Christian Hoff <christian_hoff@gmx.net> 2009-08-13 14:46:33 +00:00
StructGen.cs Change the way generatable validation works. Some generatable 2005-08-05 20:34:45 +00:00
SymbolTable.cs Initial support for GVariant 2011-01-22 12:52:38 -06:00
VirtualMethod.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
VMSignature.cs 2009-04-13 Christian Hoff <christian_hoff@gmx.net> 2009-04-13 17:44:48 +00:00