Lines Matching refs:tmp_value
684 GValue tmp_value = { 0, };693 g_value_init (&tmp_value, G_VALUE_TYPE (dest_value));694 if (g_value_transform (src_value, &tmp_value) &&695 (!g_param_value_validate (pspec, &tmp_value) || !strict_validation))700 memcpy (dest_value, &tmp_value, sizeof (tmp_value));706 g_value_unset (&tmp_value);