find


Description:

public unowned string find (string name)

Searches for the value identified by name in the given QuarkList.

For protected values (authentification data), don't forget to call protect_values when you don't need them anymore (when needed again, they will be unmangled again).

Parameters:

this

a QuarkList.

name

the name of the value to search for.

Returns:

the value associated with the given key if found, or null if not found.