class_path


Description:

[ Version ( deprecated = true , deprecated_since = "3.0" , replacement = "get_path" ) ]
public void class_path (out uint path_length, out string path, out string path_reversed)

Warning: class_path is deprecated since 3.0. Use get_path.

Same as path, but always uses the name of a widget’s type, never uses a custom name set with gtk_widget_set_name.

Note:

Use get_path instead

Parameters:

this

a Widget

path_length

location to store the length of the class path, or null

path

location to store the class path as an allocated string, or null

path_reversed

location to store the reverse class path as an allocated string, or null