On Thu, 2006-12-21 at 00:51 -0500, 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; _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list