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