| Pepper_47_C_interfaces
    | 
#include "ppapi/c/pp_bool.h"#include "ppapi/c/pp_completion_callback.h"#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_macros.h"#include "ppapi/c/pp_point.h"#include "ppapi/c/pp_resource.h"#include "ppapi/c/pp_stdint.h"
Go to the source code of this file.
| Classes | |
| struct | PP_Flash_MenuItem | 
| struct | PP_Flash_Menu | 
| struct | PPB_Flash_Menu_0_2 | 
| Macros | |
| #define | PPB_FLASH_MENU_INTERFACE_0_2 "PPB_Flash_Menu;0.2" | 
| #define | PPB_FLASH_MENU_INTERFACE PPB_FLASH_MENU_INTERFACE_0_2 | 
| Typedefs | |
| typedef struct PPB_Flash_Menu_0_2 | PPB_Flash_Menu | 
| Enumerations | |
| enum | PP_Flash_MenuItem_Type { PP_FLASH_MENUITEM_TYPE_NORMAL = 0, PP_FLASH_MENUITEM_TYPE_CHECKBOX = 1, PP_FLASH_MENUITEM_TYPE_SEPARATOR = 2, PP_FLASH_MENUITEM_TYPE_SUBMENU = 3 } | 
| Functions | |
| PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_Flash_MenuItem_Type, 4) | |
This file defines the PPB_Flash_Menu interface. 
Definition in file ppb_flash_menu.h.
| #define PPB_FLASH_MENU_INTERFACE PPB_FLASH_MENU_INTERFACE_0_2 | 
Definition at line 23 of file ppb_flash_menu.h.
| #define PPB_FLASH_MENU_INTERFACE_0_2 "PPB_Flash_Menu;0.2" | 
Definition at line 22 of file ppb_flash_menu.h.
 1.8.6
 1.8.6