[Gtk-sharp-list] patch fixing override issue for gtk-sharp/generator/Method.cs

Mike Kestner mkestner@ximian.com
Mon, 18 Aug 2003 23:30:31 -0500


On Thu, 2003-08-14 at 08:55, Martin Willemoes Hansen wrote:

> gchar *
> gnome_print_config_to_string (GnomePrintConfig *config, guint flags)
> 
> override was added, but no method to override ;) This patch fixes the
> problem. 
> Okay to commit?

Looks good, please commit.  Thanks.
> 
> BTW. How can I rename a field? like I have a field named base .. that I
> would like to rename to Base. Is this functionality implemented?
> I guess I should look at the parser if it isnt.

Doesn't look like field targets are handled in Metadata.pm.  It should
be easy to add.  You basically have to add field support to parseClass,
and then handle the field nodes in fixupNamespace.

-- 
Mike Kestner <mkestner@ximian.com>