mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Documented that out parameters always get set.
This commit is contained in:
parent
e20e8f9954
commit
c00d057eda
|
@ -934,7 +934,8 @@ GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun);
|
||||||
* This function returns an array of handles for all currently connected
|
* This function returns an array of handles for all currently connected
|
||||||
* monitors.
|
* monitors.
|
||||||
*
|
*
|
||||||
* @param[out] count The size of the returned array.
|
* @param[out] count The size of the returned array, or zero if an error
|
||||||
|
* occurred.
|
||||||
* @return An array of monitor handles, or `NULL` if an error occurred.
|
* @return An array of monitor handles, or `NULL` if an error occurred.
|
||||||
*
|
*
|
||||||
* @note The returned array is valid only until the monitor configuration
|
* @note The returned array is valid only until the monitor configuration
|
||||||
|
@ -1027,7 +1028,8 @@ GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun);
|
||||||
* product of width and height).
|
* product of width and height).
|
||||||
*
|
*
|
||||||
* @param[in] monitor The monitor to query.
|
* @param[in] monitor The monitor to query.
|
||||||
* @param[out] count The number of video modes in the returned array.
|
* @param[out] count The number of video modes in the returned array, or zero
|
||||||
|
* if an error occurred.
|
||||||
* @return An array of video modes, or `NULL` if an error occurred.
|
* @return An array of video modes, or `NULL` if an error occurred.
|
||||||
*
|
*
|
||||||
* @note The returned array is valid only until this function is called again
|
* @note The returned array is valid only until this function is called again
|
||||||
|
|
Loading…
Reference in New Issue
Block a user