Function

Gdk-4.0Gdkcontent_register_serializer

  • Registers a function to serialize objects of a given type.

    Parameters

    • type: GType

      the type of objects that the function can serialize

    • mime_type: string

      the mime type to serialize to

    • serialize: ContentSerializeFunc

      the callback

    Returns void