HomeSort by relevance Sort by last modified time
    Searched refs:g_icon_hash (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gio/
gemblemedicon.c 189 guint hash = g_icon_hash (emblemed->icon);
192 hash ^= g_icon_hash (G_ICON (list->data));
201 guint hash_a = g_icon_hash (G_ICON (a));
202 guint hash_b = g_icon_hash (G_ICON (b));
gicon.h 82 guint g_icon_hash (gconstpointer icon);
gemblem.c 262 hash = g_icon_hash (g_emblem_get_icon (emblem));
gicon.c 54 * To obtain a hash of a #GIcon, see g_icon_hash().
113 * g_icon_hash:
122 g_icon_hash (gconstpointer icon) function
gio.symbols 480 g_icon_hash

Completed in 162 milliseconds