1Compositor 2========== 3 4:type:`weston_compositor` represents the core object of the library, which 5aggregates all the other objects and maintains their state. You can create it 6using :func:`weston_compositor_create`, while for releasing all the resources 7associated with it and then destroy it, you should use 8:func:`weston_compositor_destroy`. 9 10Compositor API 11-------------- 12 13.. doxygengroup:: compositor 14 :content-only: 15