Gtk.TreeModel.prototype.get_flags
function get_flags():Gtk.TreeModelFlags { // Gjs wrapper for gtk_tree_model_get_flags() }
Returns a set of flags supported by this interface.
The flags are a bitwise combination of Gtk.TreeModelFlags. The flags supported should not change during the lifetime of the tree_model.
- Returns
the flags supported by this interface