diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-04-02 16:50:34 +0200 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-04-02 16:50:34 +0200 |
commit | 967ee6c8d454b83c96f720d8bd5827e9ce6f9a34 (patch) | |
tree | 5f0bb9f0b6c14c5018cc144a61b1293f64de9f38 /libdbusmenu-glib | |
parent | 122de5e9d523e6327b44609b634a6e30d48370da (diff) | |
download | libdbusmenu-967ee6c8d454b83c96f720d8bd5827e9ce6f9a34.tar.gz libdbusmenu-967ee6c8d454b83c96f720d8bd5827e9ce6f9a34.tar.bz2 libdbusmenu-967ee6c8d454b83c96f720d8bd5827e9ce6f9a34.zip |
Document "visible" property
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index ad21f68..7937049 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -82,6 +82,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> |