Re: Implementation of unsigned int in gobject
- From: Hrvoje Nikšić <hrvoje niksic avl com>
- To: gtk-list <gtk-list gnome org>
- Subject: Re: Implementation of unsigned int in gobject
- Date: Thu, 21 Dec 2006 09:57:31 +0100
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]