Callbacks. More information in GLFW3 documentation.

Prototype

extern(C) void setRefreshCallback(
  extern(C) nothrow void function(GLFWwindow*) cb
) nothrow;