diff options
-rw-r--r-- | example.xml.in | 53 |
1 files changed, 25 insertions, 28 deletions
diff --git a/example.xml.in b/example.xml.in index 70ec5ee..74b583f 100644 --- a/example.xml.in +++ b/example.xml.in @@ -1,33 +1,30 @@ -<?xml version="1.0"?> <compiz> <plugin name="example" useBcop="true"> - <_short>Example plugin</_short> - <_long>Developers are awesome</_long> - <deps> - <relation type="after"> - <plugin>composite</plugin> - <plugin>opengl</plugin> - <plugin>decor</plugin> - </relation> - <requirement> - <plugin>composite</plugin> - <plugin>opengl</plugin> - </requirement> - </deps> - <options> - <option type="key" name="example"> - <_short>Example Action</_short> - <_long>Example action. See what comes out of a terminal? Familiar with the code yet?</_long> - </option> - <option type="key" name="special"> - <_short>Special Action</_short> - <_long>Special action. See how it works</_long> - </option> - <option type="key" name="custom"> - <_short>Custom Action</_short> - <_long>Custom action. Where did that 42 come from? Isn't boost::bind awesome!</_long> - </option> - </options> + <_short>Example plugin</_short> + <_long>Developers are awesome</_long> + <relation type="after"> + <plugin>composite</plugin> + <plugin>opengl</plugin> + <plugin>decor</plugin> + </relation> + <requirement> + <plugin>composite</plugin> + <plugin>opengl</plugin> + </requirement> + <screen> + <option type="key" name="example"> + <_short>Example Action</_short> + <_long>Example action. See what comes out of a terminal? Familiar with the code yet?</_long> + </option> + <option type="key" name="special"> + <_short>Special Action</_short> + <_long>Special action. See how it works</_long> + </option> + <option type="key" name="custom"> + <_short>Custom Action</_short> + <_long>Custom action. Where did that 42 come from? Isn't boost::bind awesome!</_long> + </option> + </screen> </plugin> </compiz> |