Part of elisa.plugins.gnome.gnome_screensaver_service View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
57 | Method | initialize | Initialize the component. |
97 | Method | clean | Clean the component. |
108 | Method | _un_inhibit | Undocumented |
119 | Method | _inhibit | Undocumented |
132 | Method | _components_loaded | Undocumented |
146 | Method | _playback_ended | Undocumented |
150 | Method | _player_status_cb | Undocumented |
Inherited from ServiceProvider:
Line # | Kind | Name | Docs |
---|---|---|---|
31 | Method | start | Start the service. |
38 | Method | stop | Stop the service. |
Inherited from Component (via ServiceProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Inherited from Loggable (via ServiceProvider, Component):
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
Clean the component.
This method is called when a component is not needed anymore to clean its state.Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |