diff options
author | Ted Gould <ted@gould.cx> | 2010-04-02 10:18:19 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-02 10:18:19 -0500 |
commit | 00a7938319d15cb6484b8e7dc897d854816772bf (patch) | |
tree | 5f0bb9f0b6c14c5018cc144a61b1293f64de9f38 | |
parent | 122de5e9d523e6327b44609b634a6e30d48370da (diff) | |
parent | 967ee6c8d454b83c96f720d8bd5827e9ce6f9a34 (diff) | |
download | libdbusmenu-00a7938319d15cb6484b8e7dc897d854816772bf.tar.gz libdbusmenu-00a7938319d15cb6484b8e7dc897d854816772bf.tar.bz2 libdbusmenu-00a7938319d15cb6484b8e7dc897d854816772bf.zip |
Visibilty documentation
-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> |