[Gtk-sharp-list] wird extra line
Martin Willemoes Hansen
mwh@sysrq.dk
05 Jun 2003 22:03:19 +0200
Hi!
I see that there is an extra line in each new GType method I find in
gtk-sharp .. heres an example:
public static new uint GType {
get {
uint raw_ret = gtk_tree_view_get_type();
uint ret = raw_ret;
return ret;
}
}
Why is there the 3 lines instead of just:
return gtk_tree_view_get_type(); ?
--
Martin Willemoes Hansen
--------------------------------------------------------
E-Mail mwh@sysrq.dk Website mwh.sysrq.dk
IRC MWH, freenode.net
--------------------------------------------------------