mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
Additions.
Sun Oct 19 00:33:28 2003 Matthias Clasen <maclas@gmx.de> * gobject/tmpl/gtype.sgml: * gobject/tmpl/generic_values.sgml: * gobject/tmpl/objects.sgml: * gobject/tmpl/signals.sgml: Additions.
This commit is contained in:
committed by
Matthias Clasen
parent
0cbbe0bcdf
commit
2c12a01665
@@ -213,21 +213,25 @@ as rcfile value or object property serialization).
|
||||
|
||||
<!-- ##### USER_FUNCTION GValueTransform ##### -->
|
||||
<para>
|
||||
|
||||
The type of value transformation functions which can be registered with
|
||||
g_value_register_transform_func().
|
||||
</para>
|
||||
|
||||
@src_value:
|
||||
@dest_value:
|
||||
@src_value: Source value.
|
||||
@dest_value: Target value.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_value_register_transform_func ##### -->
|
||||
<para>
|
||||
|
||||
Registers a value transformation function for use in g_value_transform().
|
||||
A previously registered transformation function for @src_type and @dest_type
|
||||
will be replaced.
|
||||
</para>
|
||||
|
||||
@src_type:
|
||||
@dest_type:
|
||||
@transform_func:
|
||||
@src_type: Source type.
|
||||
@dest_type: Target type.
|
||||
@transform_func: a function which transforms values of type @src_type
|
||||
into value of type @dest_type
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_strdup_value_contents ##### -->
|
||||
|
Reference in New Issue
Block a user