![]() |
![]() |
![]() |
![]() |
Access to Builder's SDK is centered around a project context named IdeContext. You access various subsystems such as the debugger or build manager via accessor methods on the IdeContext.
To simplify access to the project context, many internal objects share a common base class named IdeObject. It provides direct access to the IdeContext via ide_object_get_context() as well as convenience API for lifecycle management.