RFC: String cleanup
- From: Daniel Marjamäki <daniel marjamaki comhem se>
- To: gtk-devel-list gnome org
- Subject: RFC: String cleanup
- Date: Fri, 16 Dec 2005 10:40:32 +0100
Hello friends!
I'm new to GTK, and would like to contribute. I have an idea for what I can do...
Changing from:
[const] char *str
to:
[const] char str[]
is often (but not always) a good idea because the latter is a more direct approach, saving both cpu and memory.
There are lots of places in GTK where I could make this change.
Any comments?
Best regards,
Daniel Marjamäki
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]