Function
WPEPlatformToplevelForeachViewFunc
Declaration
gboolean
(* WPEToplevelForeachViewFunc) (
  WPEToplevel* toplevel,
  WPEView* view,
  gpointer user_data
)
      Parameters
toplevel- 
            
Type:
WPEToplevelA
WPEToplevel.The data is owned by the caller of the function.  view- 
            
Type:
WPEViewA
WPEView.The data is owned by the caller of the function.  user_data- 
            
Type:
gpointerUser data.
The argument can be NULL.The data is owned by the caller of the function.