Explorar el Código

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot hace 4 meses
padre
commit
6f45f97af0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      include/SDL3/SDL_log.h

+ 2 - 1
include/SDL3/SDL_log.h

@@ -487,7 +487,8 @@ typedef void (SDLCALL *SDL_LogOutputFunction)(void *userdata, int category, SDL_
 /**
  * Get the default log output function.
  *
- * \returns the default log output callback.
+ * \returns the default log output callback. It should be called with NULL for
+ *          the userdata argument.
  *
  * \threadsafety It is safe to call this function from any thread.
  *