Function

GLib-2.0GLibhash_table_lookup

  • Looks up a key in a GLib.HashTable. Note that this function cannot distinguish between a key that is not present and one which is present and has the value null. If you need this distinction, use g_hash_table_lookup_extended().

    Parameters

    Returns any

    the associated value, or null if the key is not found