mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +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
|
* Check whether g_value_transform() is able to transform values
|
||||||
* of type @src_type into values of type @dest_type. Note that for
|
* of type @src_type into values of type @dest_type. Note that for
|
||||||
* the types to be transformable, they must be compatible and a
|
* the types to be transformable, they must be compatible or a
|
||||||
* transform function must be registered.
|
* transformation function must be registered.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if the transformation is possible, %FALSE otherwise.
|
* Returns: %TRUE if the transformation is possible, %FALSE otherwise.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user