Widget.classPath

void classPath(out uint pathLength, out string path, out string pathReversed)

Same as [gtk.widget.Widget.path], but always uses the name of a widget’s type, never uses a custom name set with [gtk.widget.Widget.setName].

Parameters

pathLengthlocation to store the length of the class path, or null
pathlocation to store the class path as an allocated string, or null
pathReversedlocation to store the reverse class path as an allocated string, or null

Deprecated

Use [gtk.widget.Widget.getPath] instead