From 9e734f64458bfe04a6aee5e80da9e1ceb9c3e1c9 Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Thu, 4 Feb 2010 12:51:46 -0800 Subject: Removed "revision" attribute from example xml. --- libdbusmenu-glib/dbus-menu.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 121725e..c043ba6 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -151,13 +151,13 @@ License version 3 and version 2.1 along with this program. If not, see XML syntax: @verbatim - # Root container - # First level menu, for example "File" - ~ Second level menu, for example "Open" - + # Root container + # First level menu, for example "File" + ~ Second level menu, for example "Open" + ... - # Another first level menu, say "Edit" + # Another first level menu, say "Edit" ... ... -- cgit v1.2.3 From a58966bc3e59acaf9bc313575fd52efb7ec0306f Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Thu, 4 Feb 2010 15:56:06 -0800 Subject: Added sentence about not sending default values. --- libdbusmenu-glib/dbus-menu.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index c043ba6..256a0f2 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -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: -- cgit v1.2.3 From 2f159626084dfb8646c07073fc3f07cdc51c6fd7 Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Thu, 4 Feb 2010 15:56:30 -0800 Subject: Minor typos --- libdbusmenu-glib/dbus-menu.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 256a0f2..9af78fa 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -1,6 +1,6 @@