Method
IdeTweaksBindingbind_with_transform
Declaration
void
ide_tweaks_binding_bind_with_transform (
IdeTweaksBinding* self,
gpointer instance,
const char* property_name,
IdeTweaksBindingTransform get_transform,
IdeTweaksBindingTransform set_transform,
gpointer user_data,
GDestroyNotify notify
)
Parameters
instance-
Type:
gpointerA
GObject.The argument can be NULL.The data is owned by the caller of the method. property_name-
Type:
const char*A property of
instance.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. get_transform-
Type:
IdeTweaksBindingTransformAn
IdeTweaksBindingTransformorNULL.The argument can be NULL. set_transform-
Type:
IdeTweaksBindingTransformAn
IdeTweaksBindingTransformorNULL.The argument can be NULL. user_data-
Type:
gpointerClosure data for
get_transformandset_transform.The argument can be NULL.The data is owned by the caller of the method. notify-
Type:
GDestroyNotifyClosure notify for
user_data.