187
187
<code class="function"><a class="link" href="gobject-Generic-values.html#g-value-transform">g_value_transform</a></code> will try to transform the input signed char into
188
188
an unsigned int. Of course, the success of the transformation depends on the availability
189
189
of the required transform function. In practice, there will almost always be a transformation
191
191
which matches and conversion will be carried out if needed.