I think so

glibconfig.h:
#define GPOINTER_TO_UINT(p) ((guint)  (p))
#define GPOINTER_TO_INT(p) ((gint)   (p))

but why would you need to make such an assumption?

Jim


[EMAIL PROTECTED] wrote:

>         Is it possible to assume that
>
> GPOINTER_TO_UINT(NULL) == 0
>
> across all platforms? Whether this is true or false, it
> might also be a good thing to mention in the docs.
>
> Ron Steinke
> _______________________________________________
> gtk-list mailing list
> [EMAIL PROTECTED]
> http://mail.gnome.org/mailman/listinfo/gtk-list

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to