Home
last modified time | relevance | path

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

/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dnodetree.h83 using ForeachFunc = sigc::slot<void, NodeTree<T>&>; variable
325 void foreach(const ForeachFunc& func, TraverseFlags flags = TRAVERSE_ALL)
327 ForeachFunc func_copy = func;
717 const ForeachFunc* ff = reinterpret_cast<const ForeachFunc*>(slot); in c_callback_foreach()
733 const ForeachFunc* slot = reinterpret_cast<const ForeachFunc*>(data); in c_callback_foreach_compare_child()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dnodetree.hg72 using ForeachFunc = sigc::slot<void, NodeTree<T>&>;
324 void foreach(const ForeachFunc& func, TraverseFlags flags = TRAVERSE_ALL)
326 ForeachFunc func_copy = func;
718 /// Wrapper for invoking a ForeachFunc.
721 const ForeachFunc* ff = reinterpret_cast<const ForeachFunc*>(slot);
737 const ForeachFunc* slot = reinterpret_cast<const ForeachFunc*>(data);
/dports/deskutils/gnome-clocks/gnome-clocks-40.0/src/
H A Dwidgets.vala86 public delegate void ForeachFunc (ContentItem item);
88 public void foreach (ForeachFunc func) {
/dports/x11-wm/mutter/mutter-41.1/tools/
H A Duncrustify.cfg91 # typedef GNode* (* ForeachFunc) (...);