home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 116
/
FreelogNo116-JuilletSeptembre2013.iso
/
Musique
/
amarok
/
amarok-x86-setup-2.7.0-1.exe
/
share
/
apps
/
plasma
/
services
/
notifications.operations
< prev
next >
Wrap
Extensible Markup Language
|
2013-04-28
|
951b
|
32 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
<group name="invokeAction">
<entry name="actionId" type="String">
<label>The id of the action to be invoked.</label>
</entry>
</group>
<group name="userClosed">
</group>
<group name="createNotification">
<entry name="appName" type="String">
<label>The name of the notifying application</label>
</entry>
<entry name="appIcon" type="String">
<label>The name of the icon of the notifying application</label>
</entry>
<entry name="summary" type="String">
<label>Summary of the notificaton text</label>
</entry>
<entry name="body" type="String">
<label>The whole text of the notification</label>
</entry>
<entry name="timeout" type="Int">
<label>The timeout after which the notification will be closed</label>
</entry>
</group>
</kcfg>