mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gvalue: Fix description of g_value_type_transformable()
Types are transformable if they are compatible *or* a transformation function is registered. https://bugzilla.gnome.org/show_bug.cgi?id=742898
This commit is contained in:
parent
96c962de22
commit
05e5da9a83
@ -534,8 +534,8 @@ g_value_register_transform_func (GType src_type,
|
||||
*
|
||||
* Check whether g_value_transform() is able to transform values
|
||||
* of type @src_type into values of type @dest_type. Note that for
|
||||
* the types to be transformable, they must be compatible and a
|
||||
* transform function must be registered.
|
||||
* the types to be transformable, they must be compatible or a
|
||||
* transformation function must be registered.
|
||||
*
|
||||
* Returns: %TRUE if the transformation is possible, %FALSE otherwise.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user