Re: fun project!
- From: Havoc Pennington <hp redhat com>
- To: gtk-devel-list redhat com
- Subject: Re: fun project!
- Date: 28 Apr 2000 00:51:07 -0400
Nils Barth <nbarth@fas.harvard.edu> writes:
> Er, what is the HEAD version? (never quite figured that out)
It's the one you get by default, with no tags.
> Is this a synonym for the GNOME CVS version, i.e., the kind I get from
> $ CVSROOT=:pserver:nilsb@cvs.gnome.org:/cvs/gnome
> $ cvs login
> $ cvs co gtk+/gtk
> ?
>
Yes, except you likely want all of gtk+:
cvs co gtk+
However the gtk subdirectory is the one you want to change.
> Okay...is it unnecessary to change functions' local variables from
> gint to gboolean, when appropriate? Is it okay if I do this?
>
Don't bother. Only stuff in the header files matters.
> Also, sometimes the function prototypes aren't in the header file
> (see gtkaccellabel.c for instance). Should they be moved to the
> respective .h? If so, should I move them, as I'm there anyways?
>
No no, the prototypes in the .c files are not part of the interface.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]