bind_with_mapping
Description:
public void bind_with_mapping (string key, void* object, string property, SettingsBindFlags flags, owned SettingsBindGetMapping get_mapping, owned SettingsBindSetMapping set_mapping)
Creates a new binding similar to bind_with_mapping but applying from the resolved value via the settings sandwich.
Parameters:
| this |
An SettingsSandwich. |
| key |
the settings key to bind. |
| property |
the property on |
| flags |
flags for the binding. |
| get_mapping |
the get mapping function |
| set_mapping |
the set mapping function |
| destroy |
destroy notify for |
| user_data |
user data for |