| 538 | } |
| 539 | |
| 540 | std::vector<DGL_NAMESPACE::ClipboardDataOffer> UI::getClipboardDataOfferTypes() |
| 541 | { |
| 542 | return uiData->window->getClipboardDataOfferTypes(); |
| 543 | } |
| 544 | |
| 545 | uint32_t UI::uiClipboardDataOffer() |
| 546 | { |
no outgoing calls
no test coverage detected