mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Clarify documentation of GValueTransform
Note in documentation of GValueTransform that dest_value is already initialized. https://bugzilla.gnome.org/show_bug.cgi?id=632953
This commit is contained in:
parent
0f82ff12ea
commit
7641aedd5b
@ -88,6 +88,8 @@ G_BEGIN_DECLS
|
||||
*
|
||||
* The type of value transformation functions which can be registered with
|
||||
* g_value_register_transform_func().
|
||||
*
|
||||
* @dest_value will be initialized to the correct destination type.
|
||||
*/
|
||||
typedef void (*GValueTransform) (const GValue *src_value,
|
||||
GValue *dest_value);
|
||||
|
Loading…
Reference in New Issue
Block a user