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. object (type GObject.Object): the target object.

property

the property on object to apply.

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

user data for get_mapping and set_mapping.




2022 vala-language.org