~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/dataengines/activities/activities.operations

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="add">
 
6
        <entry name="Name" type="String">
 
7
            <label>The name to give the new activity.</label>
 
8
        </entry>
 
9
    </group>
 
10
    <group name="setCurrent">
 
11
    </group>
 
12
    <group name="stop">
 
13
    </group>
 
14
    <group name="start">
 
15
    </group>
 
16
    <group name="setName">
 
17
        <entry name="Name" type="String">
 
18
            <label>The name to give the activity.</label>
 
19
        </entry>
 
20
    </group>
 
21
    <group name="setIcon">
 
22
        <entry name="Icon" type="String">
 
23
            <label>The name of the icon to give the activity.</label>
 
24
        </entry>
 
25
    </group>
 
26
    <group name="remove">
 
27
        <entry name="Id" type="String">
 
28
            <label>UID of the activity to remove. (optional)</label>
 
29
        </entry>
 
30
    </group>
 
31
</kcfg>