diff options
| author | Ted Gould <ted@gould.cx> | 2011-08-24 15:56:22 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-08-24 15:56:22 -0500 |
| commit | 7fa57530eacea8ffe878782a7d01fd03f4f061bd (patch) | |
| tree | 6d3726a4272558cd02dd82c066843b4e062f89e0 /libdbusmenu-glib/dbus-menu.xml | |
| parent | 97d93f51f464eb88bdf46c902d5be61a0cae41bb (diff) | |
| parent | f680665fb387e01302d6abcf3a5b4ad90001afd7 (diff) | |
| download | libdbusmenu-7fa57530eacea8ffe878782a7d01fd03f4f061bd.tar.gz libdbusmenu-7fa57530eacea8ffe878782a7d01fd03f4f061bd.tar.bz2 libdbusmenu-7fa57530eacea8ffe878782a7d01fd03f4f061bd.zip | |
* New upstream release.
* Add in a property for setting the menuitem disposition
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
| -rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index a36c148..4b5a5d8 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -157,6 +157,19 @@ License version 3 and version 2.1 along with this program. If not, see </td> <td>""</td> </tr> + <tr> + <td>disposition</td> + <td>string</td> + <td> + How the menuitem feels the information it's displaying to the + user should be presented. + - "normal" a standard menu item + - "informative" providing additional information to the user + - "warning" looking at potentially harmful results + - "alert" something bad could potentially happen + </td> + <td>"normal"</td> + </tr> </table> Vendor specific properties can be added by prefixing them with |
