aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/dbus-menu.xml
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-05-27 11:36:00 -0500
committerTed Gould <ted@gould.cx>2010-05-27 11:36:00 -0500
commit77dfdb6c174eed409e8060fd08f6e0bd50d8e9ec (patch)
treeb86c7d1a4376b377429437912c4d1fc90c91d46b /libdbusmenu-glib/dbus-menu.xml
parent187a33539569163ee953903010169356b8d57beb (diff)
parent7f65b44564cda33de94688b35f0b191fedea1bf8 (diff)
downloadlibdbusmenu-77dfdb6c174eed409e8060fd08f6e0bd50d8e9ec.tar.gz
libdbusmenu-77dfdb6c174eed409e8060fd08f6e0bd50d8e9ec.tar.bz2
libdbusmenu-77dfdb6c174eed409e8060fd08f6e0bd50d8e9ec.zip
Import upstream version 0.3.0
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
-rw-r--r--libdbusmenu-glib/dbus-menu.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml
index ad21f68..7bccf28 100644
--- a/libdbusmenu-glib/dbus-menu.xml
+++ b/libdbusmenu-glib/dbus-menu.xml
@@ -29,12 +29,18 @@ License version 3 and version 2.1 along with this program. If not, see
<http://www.gnu.org/licenses/>
-->
<node name="/" xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
+ <dox:d><![CDATA[
+ @mainpage
+
+ The goal of DBusMenu is to expose menus on DBus.
+
+ Main interface is documented here: @ref org::ayatana::dbusmenu
+ ]]></dox:d>
<interface name="org.ayatana.dbusmenu">
<dox:d><![CDATA[
- The goal of this DBus interface is to be able to pass menu items
- through DBus.
+ A DBus interface to expose menus on DBus.
- Items are represented with a unique numeric id and a dictionary of
+ Menu 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
@@ -82,6 +88,12 @@ License version 3 and version 2.1 along with this program. If not, see
<td>true</td>
</tr>
<tr>
+ <td>visible</td>
+ <td>boolean</td>
+ <td>True if the item is visible in the menu.</td>
+ <td>true</td>
+ </tr>
+ <tr>
<td>icon-name</td>
<td>string</td>
<td>Icon name of the item, following the freedesktop.org icon spec.</td>