gstreamer/generator
Sebastian Dröge cf9fd6ec9a Extend the code generator to handle GstMiniObject and implement Gst.MiniObject
Also fix indention everywhere and change code to use Gst.MiniObject.GetObject()
instead of GLib.Opaque.GetOpaque().

It's currently not possible to implement or use GInterfaces on mini objects
but apart from that this should be a great improvement, especially new
mini object classes can be defined in C# now.
2009-05-20 17:32:03 +02:00
..
AliasGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
BoxedGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ByRefGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
CallbackGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ChildProperty.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ClassBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ClassField.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ClassGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
CodeGenerator.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ConstFilenameGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ConstStringGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
Ctor.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
DefaultSignalHandler.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
EnumGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
FieldBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
GenBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
GenerationInfo.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
GObjectVM.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
gst-codegen.diff Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
HandleBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
IAccessor.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
IGeneratable.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
IManualMarshaler.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
InterfaceGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
InterfaceVM.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
LPGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
LPUGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
Makefile.am Extend the code generator to handle GstMiniObject and implement Gst.MiniObject 2009-05-20 17:32:03 +02:00
ManagedCallString.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ManualGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
MarshalGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
Method.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
MethodBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
MethodBody.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
MiniObjectGen.cs Extend the code generator to handle GstMiniObject and implement Gst.MiniObject 2009-05-20 17:32:03 +02:00
ObjectBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ObjectField.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ObjectGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
OpaqueGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
Parameters.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
Parser.cs Extend the code generator to handle GstMiniObject and implement Gst.MiniObject 2009-05-20 17:32:03 +02:00
Property.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
PropertyBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
ReturnValue.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
Signal.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
Signature.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
SimpleBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
SimpleGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
Statistics.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
StructBase.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
StructField.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
StructGen.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
SymbolTable.cs Extend the code generator to handle GstMiniObject and implement Gst.MiniObject 2009-05-20 17:32:03 +02:00
VirtualMethod.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00
VMSignature.cs Fork the Gtk# codegenerator for now 2009-05-14 21:38:28 +02:00