next


Description:

[ Deprecated ( replacement = "get_next" , since = "1.4" ) ]
public bool next (out unowned string key, out Value value)

Warning: next is deprecated. Use get_next.

Iterates over the account keys.

Note:

Use get_next instead.

this must be an iterator previously initialized with settings_iter_init.

Parameters:

this

an initialized AccountSettingIter structure.

key

a pointer to a string receiving the key name.

value

a pointer to a pointer to a Value, to receive the key value.

Returns:

true if key and value have been set, false if we there are no more account settings to iterate over.