next
Description:
[ Deprecated ( replacement = "get_next" , since = "1.4" ) ]
public bool next (out unowned string key, out Value value)
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 |