Imported Upstream version 2.50.2
[platform/upstream/glib.git] / gobject / gvalue.c
index 7276cc1..b39bacd 100644 (file)
@@ -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.
  */