Hello!
Just subscribed to the list and maybe my question has already been
discussed:
The think is I have an little idea how the C source should be written.
Right now class FooBar will be mapped as foo_bar_* in c
but if I add a function in the class with name beginning with upparcase
it will be mapped uppercase to. for example:
class FooBar() : Object
{ public Bas()
{ some code
};
}
Will be mapped as foo_bar_Bas()
why not lowercase eerything? this way its is simplier lookup function
names when I want to debug Vala code in cgdb/gdb and so on. Also the c
code looks cleaner :-)
/
Mikael Hermansson
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list