Function

Gsk-4.0Gsktransform_parse

  • Parses a given into a transform.

    Strings printed via Gsk.Transform.to_string can be read in again successfully using this function.

    If string does not describe a valid transform, false is returned and NULL is put in out_transform.

    Parameters

    • string: string

      the string to parse

    Returns [boolean, Transform]

    true if string described a valid transform