Re: Implementation of unsigned int in gobject
- From: "David Shultz" <mrbraz97 gmail com>
- To: "Hrvoje Nikšić" <hrvoje niksic avl com>
- Cc: gtk-list <gtk-list gnome org>
- Subject: Re: Implementation of unsigned int in gobject
- Date: Thu, 21 Dec 2006 08:26:55 -0500
Hrvoje Nikšić wrote:
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]