![]() |
![]() |
![]() |
GIO Reference Manual | ![]() |
---|---|---|---|---|
GIcon; GIconIface; guint g_icon_hash (gconstpointer icon); gboolean g_icon_equal (GIcon *icon1, GIcon *icon2);
typedef struct { GTypeInterface g_iface; /* Virtual Table */ guint (*hash) (GIcon *icon); gboolean (*equal) (GIcon *icon1, GIcon *icon2); } GIconIface;
guint g_icon_hash (gconstpointer icon);
|
gconstpointer to an icon object. |
Returns : |
a guint containing a hash for the icon , suitable for
use in a GHashTable or similar data structure.
|