|
Pepper_31_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_stdint.h"#include "ppapi/c/pp_var.h"#include "ppapi/c/extensions/dev/ppb_ext_events_dev.h"
Go to the source code of this file.
Classes | |
| struct | PPB_Ext_Alarms_Dev_0_1 |
Macros | |
| #define | PPB_EXT_ALARMS_DEV_INTERFACE_0_1 "PPB_Ext_Alarms(Dev);0.1" |
| #define | PPB_EXT_ALARMS_DEV_INTERFACE PPB_EXT_ALARMS_DEV_INTERFACE_0_1 |
| #define | PP_Ext_Alarms_OnAlarm_Dev PP_Ext_Alarms_OnAlarm_Dev_0_1 |
Typedefs | |
| typedef struct PP_Var | PP_Ext_Alarms_Alarm_Dev |
| typedef struct PP_Var | PP_Ext_Alarms_AlarmCreateInfo_Dev |
| typedef struct PP_Var | PP_Ext_Alarms_Alarm_Dev_Array |
| typedef struct PPB_Ext_Alarms_Dev_0_1 | PPB_Ext_Alarms_Dev |
| typedef void(* | PP_Ext_Alarms_OnAlarm_Func_Dev_0_1 )(uint32_t listener_id, void *user_data, PP_Ext_Alarms_Alarm_Dev alarm) |
Functions | |
| PP_INLINE struct PP_Ext_EventListener | PP_Ext_Alarms_OnAlarm_Dev_0_1 (PP_Ext_Alarms_OnAlarm_Func_Dev_0_1 func, void *user_data) |
This file defines the Pepper equivalent of the chrome.alarms extension API.
Definition in file ppb_ext_alarms_dev.h.
| #define PP_Ext_Alarms_OnAlarm_Dev PP_Ext_Alarms_OnAlarm_Dev_0_1 |
Definition at line 202 of file ppb_ext_alarms_dev.h.
| #define PPB_EXT_ALARMS_DEV_INTERFACE PPB_EXT_ALARMS_DEV_INTERFACE_0_1 |
Definition at line 21 of file ppb_ext_alarms_dev.h.
| #define PPB_EXT_ALARMS_DEV_INTERFACE_0_1 "PPB_Ext_Alarms(Dev);0.1" |
Definition at line 20 of file ppb_ext_alarms_dev.h.
| PP_INLINE struct PP_Ext_EventListener PP_Ext_Alarms_OnAlarm_Dev_0_1 | ( | PP_Ext_Alarms_OnAlarm_Func_Dev_0_1 | func, |
| void * | user_data | ||
| ) |
Definition at line 195 of file ppb_ext_alarms_dev.h.
References PP_Ext_EventListener::func, PP_Ext_MakeEventListener(), and PP_Ext_EventListener::user_data.
1.8.6