Hrvoje Nikšić wrote:
Thanks.
--David
David Shultz wrote:
> I really like to learn the inner workings of gtk+.
> So I want to know where exactly in the source
> code guint defined as unsigned int. I tried
> grep -re "unsigned int" * at gobject directory but
> couldn't find anything. I then searched with google
> but no luck. I really want to be gtk+ expert. Please
> help me find the answer. Atleast just point me to
> a direction where i can learn more about it? Thanks.
Find the "gtypes.h" header file, located in the "glib" subdirectory of
the source tree. You will find the line:
typedef unsigned int guint;
Thanks.
--David
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list