for_each_setting_value


Description:

public void for_each_setting_value (SettingValueIterFn func)

Iterates over the properties of each Setting object in the Connection, calling the supplied user function for each property.

Parameters:

this

the Connection

func

user-supplied function called for each setting's property

user_data

user data passed to func at each invocation