Method

IdeObjectis_root

Declaration

gboolean
ide_object_is_root (
  IdeObject* self
)

Description

Checks if self is root, meaning it has no parent.

Available since:3.32

Return value

Returns: gboolean
 

TRUE if self has no parent.