Home
last modified time | relevance | path

Searched refs:slot_destroy (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/cairomm/cairomm-1.12.2/cairomm/
H A Dsurface.cc112 …std::string& mime_type, unsigned char* data, unsigned long length, const SlotDestroy& slot_destroy) in set_mime_data() argument
114 auto copy = new SlotDestroy(slot_destroy); //Deleted when the callback is called once. in set_mime_data()
H A Dsurface.h165 unsigned long length, const SlotDestroy& slot_destroy);
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/basic/
H A DLSPWidget.cpp94 if (id >= 0) id = sSlots.add(LSPSLOT_DESTROY, slot_destroy, self()); in init()
264 status_t LSPWidget::slot_destroy(LSPWidget *sender, void *ptr, void *data) in slot_destroy() function in lsp::tk::LSPWidget
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/basic/
H A DLSPWidget.h86 static status_t slot_destroy(LSPWidget *sender, void *ptr, void *data);