Function

GLib-2.0GLibint64_hashSince 2.22

  • Converts a pointer to a gint64 to a hash value.

    It can be passed to g_hash_table_new() as the hash_func parameter, when using non-null pointers to 64-bit integer values as keys in a GLib.HashTable.

    Parameters

    • v: any

      a pointer to a gint64 key

    Returns number

    a hash value corresponding to the key.

    2.22