Pepper_31_C_interfaces
Public Attributes | List of all members
PPB_Ext_Events_Dev_0_1 Struct Reference

#include <ppb_ext_events_dev.h>

Collaboration diagram for PPB_Ext_Events_Dev_0_1:
Collaboration graph

Public Attributes

uint32_t(* AddListener )(PP_Instance instance, struct PP_Ext_EventListener listener)
 
void(* RemoveListener )(PP_Instance instance, uint32_t listener_id)
 

Detailed Description

Definition at line 75 of file ppb_ext_events_dev.h.

Member Data Documentation

uint32_t(* PPB_Ext_Events_Dev_0_1::AddListener)(PP_Instance instance, struct PP_Ext_EventListener listener)

Registers a listener to an event.

Parameters
[in]instanceA PP_Instance identifying one instance of a module.
[in]listenerA PP_Ext_EventListener struct.
Returns
An listener ID, or 0 if failed.

Definition at line 85 of file ppb_ext_events_dev.h.

void(* PPB_Ext_Events_Dev_0_1::RemoveListener)(PP_Instance instance, uint32_t listener_id)

Deregisters a listener.

Parameters
[in]instanceA PP_Instance identifying one instance of a module.
[in]listener_idThe ID returned by AddListener().

Definition at line 94 of file ppb_ext_events_dev.h.


The documentation for this struct was generated from the following file: