Searched refs:_adjustmentFinalizedCB (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dunit-tracker.h57 static void _adjustmentFinalizedCB(gpointer data, GObject *where_the_object_was);
H A Dunit-tracker.cpp69 g_object_weak_unref(G_OBJECT(_adjList->data), _adjustmentFinalizedCB, this);
113 g_object_weak_ref(G_OBJECT(adj), _adjustmentFinalizedCB, this); local
173 void UnitTracker::_adjustmentFinalizedCB(gpointer data, GObject *where_the_object_was) function in class:Inkscape::UI::Widget::UnitTracker

Completed in 14 milliseconds