Interface
WPEPlatformViewAccessible
Description [src]
interface WPEPlatform.ViewAccessible : GObject.Object
        A WPEView accessible interface.
This interface enables implementing accessibility.
Prerequisite
In order to implement ViewAccessible, your type must inherit fromGObject.
Interface structure
struct WPEPlatformViewAccessibleInterface {
  GTypeInterface parent_interface;
  void (* bind) (
    WPEViewAccessible* accessible,
    const char* plug_id
  );
  
}
      
        No description available.
      
      
      Interface members
parent_interface | 
           | 
        
| No description available. | |
bind | 
           | 
        
| No description available. |