Function

GObject-2.0GObjectvalue_type_compatible

  • Checks whether a GObject.Value.copy is able to copy values of type src_type into values of type dest_type.

    Parameters

    • src_type: GType

      source type to be copied

    • dest_type: GType

      destination type for copying

    Returns boolean

    true if the copy is possible; false otherwise