add_setting


Description:

public void add_setting (owned Setting setting)

Adds a Setting to the connection, replacing any previous Setting of the same name which has previously been added to the Connection.

The connection takes ownership of the Setting object and does not increase the setting object's reference count.

Parameters:

this

a Connection

setting

the Setting to add to the connection object