Contents

QLThumbnailRequestSetDocumentObject(_:_:_:)

Stores an object as part of a thumbnail request.

Declaration

func QLThumbnailRequestSetDocumentObject(_ thumbnail: QLThumbnailRequest!, _ object: UnsafeRawPointer!, _ callbacks: UnsafePointer<CFArrayCallBacks>!)

Parameters

  • thumbnail:

    The thumbnail request.

  • object:

    The object that you want to associate with the thumbnail request.

  • callbacks:

    Callbacks for retaining or releasing the object that you want to store as part of the thumbnail request.

See Also

Handling thumbnail requests