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.
40 lines
1.3 KiB
40 lines
1.3 KiB
<?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="expireTimeout" type="Int"> |
|
<label>The timeout after which the notification will be closed</label> |
|
</entry> |
|
<entry name="actions" type="StringList"> |
|
<label>List of actions in the format of [{"id": "id-of-the-action", "text": i18n("User visible text")}], </label> |
|
</entry> |
|
</group> |
|
|
|
<group name="configureNotification"> |
|
<entry name="appRealName" type="String"> |
|
<label>The application name whose notifications are to be configured</label> |
|
</entry> |
|
</group> |
|
|
|
</kcfg>
|
|
|