display_once_callback

The callback that is executed on a call to glview_display_once()

Synopsis:

#include <glview/glview.h>
 
typedef void(* display_once_callback)(void *callback_data);

Since:

BlackBerry 10.0.0

Library:

libglview (For the qcc command, use the -l glview option to link against this library)

Description:

This callback is provided as a parameter to the glview_display_once() function and will be called immediately from within that function call.