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 >
Extensible Markup Language  |  2013-04-28  |  951b  |  32 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE kcfg SYSTEM
  3.     "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
  4. <kcfg>
  5.   <group name="invokeAction">
  6.     <entry name="actionId" type="String">
  7.       <label>The id of the action to be invoked.</label>
  8.     </entry>
  9.   </group>
  10.   <group name="userClosed">
  11.   </group>
  12.  
  13.   <group name="createNotification">
  14.     <entry name="appName" type="String">
  15.       <label>The name of the notifying application</label>
  16.     </entry>
  17.     <entry name="appIcon" type="String">
  18.       <label>The name of the icon of the notifying application</label>
  19.     </entry>
  20.     <entry name="summary" type="String">
  21.       <label>Summary of the notificaton text</label>
  22.     </entry>
  23.     <entry name="body" type="String">
  24.       <label>The whole text of the notification</label>
  25.     </entry>
  26.     <entry name="timeout" type="Int">
  27.       <label>The timeout after which the notification will be closed</label>
  28.     </entry>
  29.   </group>
  30.  
  31. </kcfg>
  32.