enlightenment/src/protocol/session-recovery.xml

13 lines
286 B
XML
Raw Normal View History

<protocol name="e_session_recovery">
<interface name="zwp_e_session_recovery" version="1">
<request name="provide_uuid">
<arg name="uuid" type="string"/>
</request>
<event name="uuid">
<arg name="uuid" type="string"/>
</event>
</interface>
</protocol>