Lines Matching refs:to_value
505 GValue to_value = G_VALUE_INIT; in on_source_notify() local
537 g_value_init (&to_value, G_PARAM_SPEC_VALUE_TYPE (binding->target_pspec)); in on_source_notify()
543 &to_value, in on_source_notify()
552 g_param_value_validate (binding->target_pspec, &to_value); in on_source_notify()
553 g_object_set_property (target, binding->target_pspec->name, &to_value); in on_source_notify()
559 g_value_unset (&to_value); in on_source_notify()
574 GValue to_value = G_VALUE_INIT; in on_target_notify() local
606 g_value_init (&to_value, G_PARAM_SPEC_VALUE_TYPE (binding->source_pspec)); in on_target_notify()
612 &to_value, in on_target_notify()
620 g_param_value_validate (binding->source_pspec, &to_value); in on_target_notify()
621 g_object_set_property (source, binding->source_pspec->name, &to_value); in on_target_notify()
627 g_value_unset (&to_value); in on_target_notify()