Home
last modified time | relevance | path

Searched refs:SlotDestroyData (Results 1 – 14 of 14) sorted by relevance

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dmemoryinputstream.cc34 SlotWithData(const Gio::MemoryInputStream::SlotDestroyData& slot, void* data) in SlotWithData()
35 : m_slot(new Gio::MemoryInputStream::SlotDestroyData(slot)), m_data(data) in SlotWithData()
44 Gio::MemoryInputStream::SlotDestroyData* m_slot;
97 MemoryInputStream::add_data(const void* data, gssize len, const SlotDestroyData& destroy_slot) in add_data()
H A Dmemoryinputstream.h155 using SlotDestroyData = sigc::slot<void, void*>; variable
165 void add_data(const void* data, gssize len, const SlotDestroyData& destroy_slot);
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dmemoryinputstream.ccg25 SlotWithData(const Gio::MemoryInputStream::SlotDestroyData& slot, void* data)
26 : m_slot(new Gio::MemoryInputStream::SlotDestroyData(slot)), m_data(data)
35 Gio::MemoryInputStream::SlotDestroyData* m_slot;
86 MemoryInputStream::add_data(const void* data, gssize len, const SlotDestroyData& destroy_slot)
H A Dmemoryinputstream.hg53 * @deprecated Use add_data() with SlotDestroyData or GDestroyNotify instead.
64 * @deprecated Use add_data() with SlotDestroyData or GDestroyNotify instead.
78 using SlotDestroyData = sigc::slot<void, void*>;
88 void add_data(const void* data, gssize len, const SlotDestroyData& destroy_slot);
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/src/
H A Dpixbuf.ccg35 Gdk::Pixbuf::SlotDestroyData *const slot = static_cast<Gdk::Pixbuf::SlotDestroyData*>(user_data);
148 const Pixbuf::SlotDestroyData& destroy_slot)
152 &pixbuf_destroy_data_callback, new SlotDestroyData(destroy_slot));
H A Dpixbuf.hg181 typedef sigc::slot<void, const guint8*> SlotDestroyData;
358 const SlotDestroyData& destroy_slot);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/src/
H A Dpixbuf.ccg30 const auto slot = static_cast<Gdk::Pixbuf::SlotDestroyData*>(user_data);
80 const Pixbuf::SlotDestroyData& destroy_slot)
84 &pixbuf_destroy_data_callback, new SlotDestroyData(destroy_slot));
H A Dpixbuf.hg122 typedef sigc::slot<void, const guint8*> SlotDestroyData;
274 const SlotDestroyData& destroy_slot);
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Dpixbuf.cc50 Gdk::Pixbuf::SlotDestroyData *const slot = static_cast<Gdk::Pixbuf::SlotDestroyData*>(user_data); in pixbuf_destroy_data_callback()
169 const Pixbuf::SlotDestroyData& destroy_slot) in create_from_data()
173 &pixbuf_destroy_data_callback, new SlotDestroyData(destroy_slot)); in create_from_data()
H A Dpixbuf.h415 typedef sigc::slot<void, const guint8*> SlotDestroyData; typedef
602 const SlotDestroyData& destroy_slot);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dpixbuf.h455 typedef sigc::slot<void, const guint8*> SlotDestroyData; typedef
642 const SlotDestroyData& destroy_slot);
H A Dpixbuf.cc43 const auto slot = static_cast<Gdk::Pixbuf::SlotDestroyData*>(user_data); in pixbuf_destroy_data_callback()
93 const Pixbuf::SlotDestroyData& destroy_slot) in create_from_data()
97 &pixbuf_destroy_data_callback, new SlotDestroyData(destroy_slot)); in create_from_data()
/dports/devel/glibmm/glibmm-2.64.2/tests/glibmm_weakref/
H A Dmain.cc38 memstream1->add_data(data, sizeof data, Gio::MemoryInputStream::SlotDestroyData()); in main()
/dports/devel/glibmm/glibmm-2.64.2/
H A DChangeLog5851 const void*, gssize, const SlotDestroyData&). Deprecate