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.
 
 
 
 
 
 

18 lines
580 B

<?xml version="1.0" encoding="UTF-8"?>
<protocol name="ksld">
<interface name="org_kde_ksld" version="2">
<request name="x11window">
<arg name="id" type="uint"/>
</request>
<event name="osdProgress" since="2">
<arg name="icon" type="string"/>
<arg name="percent" type="int"/>
<arg name="text" type="string"/>
</event>
<event name="osdText" since="2">
<arg name="icon" type="string"/>
<arg name="text" type="string"/>
</event>
</interface>
</protocol>