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);

Library:

libglview

Description:

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