element-type for ints cast to pointer



If I'm using ints cast to pointers with GINT_TO_POINTER as a GHashTable key with g_direct_hash(), what should I use as the element-type in the annotations? If I used "int" that would imply that the pointer is a valid pointer to int, which isn't actually the case.

--
TH



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]