You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
286 B
13 lines
286 B
8 years ago
|
<protocol name="e_session_recovery">
|
||
8 years ago
|
|
||
8 years ago
|
<interface name="zwp_e_session_recovery" version="1">
|
||
8 years ago
|
<request name="provide_uuid">
|
||
|
<arg name="uuid" type="string"/>
|
||
|
</request>
|
||
|
<event name="uuid">
|
||
|
<arg name="uuid" type="string"/>
|
||
|
</event>
|
||
|
</interface>
|
||
|
|
||
|
</protocol>
|