diff options
| author | Ted Gould <ted@gould.cx> | 2011-08-24 15:55:17 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-08-24 15:55:17 -0500 |
| commit | f680665fb387e01302d6abcf3a5b4ad90001afd7 (patch) | |
| tree | a5c39c7410cc35c429f7bc5b35879fd64c2242d6 /libdbusmenu-glib/dbus-menu.xml | |
| parent | 2f1adbf33420ba6c79a99938af18f9d7c4ec3484 (diff) | |
| parent | 58f1096d527e4b46a9e39f641d399fbcaaabd47d (diff) | |
| download | libdbusmenu-f680665fb387e01302d6abcf3a5b4ad90001afd7.tar.gz libdbusmenu-f680665fb387e01302d6abcf3a5b4ad90001afd7.tar.bz2 libdbusmenu-f680665fb387e01302d6abcf3a5b4ad90001afd7.zip | |
Import upstream version 0.4.91
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 |
