[Gtk-sharp-list] Wrapping GStreamer
Mike Kestner
mkestner@speakeasy.net
26 Oct 2002 03:35:02 -0500
On Thu, 2002-10-24 at 23:54, Pokey the Penguin wrote:
> When it comes to compiling, there are a few problems that remain:
> * Some variables are named as C# keywords like 'fixed'
ClassBase::MangleName handles the remapping of keywords onto usable
names.
> * The generator generates several properties with set accessors
> (in Element.cs and Pad.cs) that try to make use of objects
> that have not been declared. One would expect them to use
> 'value'.
There's logic in Parameters.cs to map that name to "value" for setters,
but it looks like the Method::Generate method needs to have some logic
added to map the name to value for the Callback wrapper logic.
Best thing to do would be to file a bug if you don't think you want to
tackle this one yourself.
--
Mike Kestner <mkestner@speakeasy.net>