diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-05 11:00:07 -0800 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-05 11:00:07 -0800 |
| commit | c77ed1ccc280c56949b0a5a3f2d8d08bae498d29 (patch) | |
| tree | 4b8cc5313c3c6828565df8efad57ab85d53f4d3a /libdbusmenu-glib/dbus-menu.xml | |
| parent | a61a7ba8cc024d3d75f73e336ba83128631d3019 (diff) | |
| parent | f3a13c8b0be55927b8b91ff37ba922ba323b44b7 (diff) | |
| download | libdbusmenu-c77ed1ccc280c56949b0a5a3f2d8d08bae498d29.tar.gz libdbusmenu-c77ed1ccc280c56949b0a5a3f2d8d08bae498d29.tar.bz2 libdbusmenu-c77ed1ccc280c56949b0a5a3f2d8d08bae498d29.zip | |
* Upstrem Merge
* Fixing handing of root IDs being zero
* Handling syncing of properties when reusing items
* Shipping new JSON files and READMEs for testing.
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
| -rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 121725e..9af78fa 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- -A library to allow applictions to provide simple indications of +A library to allow applications to provide simple indications of information to be displayed to users of the application through the interface shell. @@ -8,7 +8,7 @@ Copyright 2009 Canonical Ltd. Authors: Ted Gould <ted@canonical.com> - Aurelien Gateau <ted@canonical.com> + Aurélien Gâteau <aurelien.gateau@canonical.com> This program is free software: you can redistribute it and/or modify it under the terms of either or both of the following licenses: @@ -37,6 +37,9 @@ License version 3 and version 2.1 along with this program. If not, see Items are represented with a unique numeric id and a dictionary of properties. + To reduce the amount of DBus traffic, a property should only be returned + if its value is not the default value. + Available properties are: <table> @@ -151,13 +154,13 @@ License version 3 and version 2.1 along with this program. If not, see XML syntax: @verbatim -<menu id="1" revision="2"> # Root container - <menu id="2" revision="2"> # First level menu, for example "File" - <menu id="3" revision="2"/> ~ Second level menu, for example "Open" - <menu id="4" revision="3"/> +<menu id="0"> # Root container + <menu id="1"> # First level menu, for example "File" + <menu id="2"/> ~ Second level menu, for example "Open" + <menu id="3"/> ... </menu> - <menu id="5" revision="2"> # Another first level menu, say "Edit" + <menu id="4"> # Another first level menu, say "Edit" ... </menu> ... |
