[ Deprecated ( since = "1.4" ) ]
public static bool settings_iter_next (AccountSettingIter iter, out unowned string key, out Value value)
Warning: settings_iter_next is deprecated.
Iterates over the account keys.
Use get_next instead.
iter
must be an iterator previously initialized with
settings_iter_init.
iter |
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. |
true if |