Gtk.Widget.prototype.get_composite_name

function get_composite_name():String {
    // Gjs wrapper for gtk_widget_get_composite_name()
}

Obtains the composite name of a widget.

Returns

the composite name of widget, or null if widget is not a composite child. The string should be freed when it is no longer needed.