Merge lp:~agateau/libdbusmenu/spec into lp:libdbusmenu/0.5

Proposed by Aurélien Gâteau
Status: Merged
Merged at revision: not available
Proposed branch: lp:~agateau/libdbusmenu/spec
Merge into: lp:libdbusmenu/0.5
Diff against target: 49 lines (+10/-7)
1 file modified
libdbusmenu-glib/dbus-menu.xml (+10/-7)
To merge this branch: bzr merge lp:~agateau/libdbusmenu/spec
Reviewer Review Type Date Requested Status
DBus Menu Team Pending
Review via email: mp+18635@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Aurélien Gâteau (agateau) wrote :

Little cleanup in example xml.

lp:~agateau/libdbusmenu/spec updated
66. By Aurélien Gâteau

Added sentence about not sending default values.

67. By Aurélien Gâteau

Minor typos

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libdbusmenu-glib/dbus-menu.xml'
2--- libdbusmenu-glib/dbus-menu.xml 2010-02-02 01:44:14 +0000
3+++ libdbusmenu-glib/dbus-menu.xml 2010-02-05 00:00:36 +0000
4@@ -1,6 +1,6 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6 <!--
7-A library to allow applictions to provide simple indications of
8+A library to allow applications to provide simple indications of
9 information to be displayed to users of the application through the
10 interface shell.
11
12@@ -8,7 +8,7 @@
13
14 Authors:
15 Ted Gould <ted@canonical.com>
16- Aurelien Gateau <ted@canonical.com>
17+ Aurélien Gâteau <aurelien.gateau@canonical.com>
18
19 This program is free software: you can redistribute it and/or modify it
20 under the terms of either or both of the following licenses:
21@@ -37,6 +37,9 @@
22 Items are represented with a unique numeric id and a dictionary of
23 properties.
24
25+ To reduce the amount of DBus traffic, a property should only be returned
26+ if its value is not the default value.
27+
28 Available properties are:
29
30 <table>
31@@ -151,13 +154,13 @@
32 XML syntax:
33
34 @verbatim
35-<menu id="1" revision="2"> # Root container
36- <menu id="2" revision="2"> # First level menu, for example "File"
37- <menu id="3" revision="2"/> ~ Second level menu, for example "Open"
38- <menu id="4" revision="3"/>
39+<menu id="0"> # Root container
40+ <menu id="1"> # First level menu, for example "File"
41+ <menu id="2"/> ~ Second level menu, for example "Open"
42+ <menu id="3"/>
43 ...
44 </menu>
45- <menu id="5" revision="2"> # Another first level menu, say "Edit"
46+ <menu id="4"> # Another first level menu, say "Edit"
47 ...
48 </menu>
49 ...

Subscribers

People subscribed via source and target branches