diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-06-24 02:34:25 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-06-24 02:34:25 +0000 |
commit | 49b6a15237aad7359f417724288acc8d285e9d71 (patch) | |
tree | a0cc26abb75a9d4acfd14d4ea0f490d611dc8e7a /debian/libido3-0.1-0.symbols | |
parent | 8f8d487e5a29c1d483e9edd2067e17e4b8c0e205 (diff) | |
parent | db32e752ebd0a368e30d65ffd9c2f360a473fecc (diff) | |
download | ayatana-ido-49b6a15237aad7359f417724288acc8d285e9d71.tar.gz ayatana-ido-49b6a15237aad7359f417724288acc8d285e9d71.tar.bz2 ayatana-ido-49b6a15237aad7359f417724288acc8d285e9d71.zip |
Adds support for the guest menuitem.
A guest menuitem is the same as a user menuitem except for how it uses its action's state, so instead of adding a new class, this patch adds a new factory method (ido_guest_menu_item_new_from_model) and private action state handler.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'debian/libido3-0.1-0.symbols')
-rw-r--r-- | debian/libido3-0.1-0.symbols | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/libido3-0.1-0.symbols b/debian/libido3-0.1-0.symbols index d253c59..d245d43 100644 --- a/debian/libido3-0.1-0.symbols +++ b/debian/libido3-0.1-0.symbols @@ -26,6 +26,7 @@ libido3-0.1.so.0 libido3-0.1-0 #MINVER# ido_entry_menu_item_get_entry@Base 0.1.0 ido_entry_menu_item_get_type@Base 0.1.0 ido_entry_menu_item_new@Base 0.1.0 + ido_guest_menu_item_new_from_model@Base 0replaceme ido_init@Base 13.10.0daily13.06.19 ido_location_menu_item_get_type@Base 13.10.0daily13.06.19 ido_location_menu_item_new@Base 13.10.0daily13.06.19 @@ -86,6 +87,7 @@ libido3-0.1.so.0 libido3-0.1-0 #MINVER# ido_user_menu_item_new_from_model@Base 13.10.0daily13.06.19 ido_user_menu_item_set_current_user@Base 13.10.0daily13.06.19 ido_user_menu_item_set_icon@Base 13.10.0daily13.06.19 + ido_user_menu_item_set_icon_from_file@Base 0replaceme ido_user_menu_item_set_label@Base 13.10.0daily13.06.19 ido_user_menu_item_set_logged_in@Base 13.10.0daily13.06.19 ido_media_player_menu_item_get_type@Base 0replaceme |