Functions in menu.h
Functions available for working with menus.
Related links
- menu.h
Functions and structures to build context aware menus.
- Data types in menu.h
Data structures, typedefs, and enumerations that are available for working with menus.
- menu_event_get_err()
Retrieve the error message from a menu event.
- menu_event_get_id()
Retrieve the ID from a menu event.
- menu_event_get_item()
Retrieve the menu item.
- menu_get_domain()
Retrieve the unique domain ID for the menu service.
- menu_invocation_get_action()
Retrieve the action of the menu invocation.
- menu_invocation_get_data()
Retrieve the data of the menu invocation.
- menu_invocation_get_data_length()
Retrieve the data length from a menu invocation.
- menu_invocation_get_file_transfer_mode()
Retrieve the transfer mode of the menu invocation object.
- menu_invocation_get_metadata()
Retrieve the metadata of the menu invocation.
- menu_invocation_get_mime_type()
Retrieve the MIME type of the menu invocation.
- menu_invocation_get_perimeter()
Retrieve the perimeter from the menu invocation object.
- menu_invocation_get_target()
Retrieve the target of the menu invocation.
- menu_invocation_get_target_type()
Retrieve the target type of the menu invocation.
- menu_invocation_get_uri()
Retrieve the URI pointing to the invocation data.
- menu_item_get_icon()
Retrieve the icon URI from the menu item object.
- menu_item_get_secondary_icon()
Retrieve the secondary icon URI from the menu item object.
- menu_item_get_secondary_title()
Retrieve the secondary title from the menu item object.
- menu_item_get_sub_item()
Retrieve the sub-menu item inside the menu item.
- menu_item_get_sub_items_size()
Retrieve the number of sub-menu items inside the menu item.
- menu_item_get_title()
Retrieve the title from the menu item object.
- menu_request_create()
Create the get menu items request.
- menu_request_destroy()
Destroy the get menu items request.
- menu_request_events()
Start receiving menu service events.
- menu_request_get_action()
Retrieve the action from the menu request.
- menu_request_get_data()
Retrieve the data from the menu request object.
- menu_request_get_data_length()
Retrieve the data length from the menu request object.
- menu_request_get_file_transfer_mode()
Retrieve the transfer mode of the menu request object.
- menu_request_get_file_uri()
Retrieve the file URI from the menu request object.
- menu_request_get_metadata()
Retrieve the metadata from the menu request object.
- menu_request_get_mime_type()
Retrieve the MIME type from the menu request object.
- menu_request_get_perimeter()
Retrieve the perimeter from the menu request object.
- menu_request_get_target_type_mask()
Retrieve the target type mask from the menu request object.
- menu_request_send()
Send the get menu items request.
- menu_request_set_action()
Set the action of the menu request.
- menu_request_set_data()
Set the data of a menu request.
- menu_request_set_file_transfer_mode()
Set the transfer mode for the specified file.
- menu_request_set_file_uri()
Set the file URI of the menu request.
- menu_request_set_metadata()
Set the metadata of a menu request.
- menu_request_set_mime_type()
Set the MIME type of the menu request.
- menu_request_set_perimeter()
Set the perimeter in which the resulting targets should reside.
- menu_request_set_target_type_mask()
Set the target type mask of the menu request.
- menu_stop_events()
Stop receiving menu service events.
- menu_sub_item_get_icon()
Retrieve the icon URI from the sub-menu item object.
- menu_sub_item_get_invocation()
Retrieve the invocation from the sub-menu item object.
- menu_sub_item_get_item()
Retrieve the menu item from the sub-menu item object.
- menu_sub_item_get_label()
Retrieve the localized label from the sub-menu item object.
- menu_sub_item_get_secondary_label()
Retrieve the secondary localized label from the sub-menu item object.
- menu_sub_item_get_tertiary_label()
Retrieve the tertiary localized label from the sub-menu item object.
- menu_sub_item_has_children()
Determine if the sub-menu item object has another level of menu items.