0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/libobs/callback
jp9000 41fad2d1a4 (API Change) Use const params where applicable
This Fixes a minor flaw with the API where data had to always be mutable
to be usable by the API.

Functions that do not modify the fundamental underlying data of a
structure should be marked as constant, both for safety and to signify
that the parameter is input only and will not be modified by the
function using it.
2014-09-26 17:23:07 -07:00
..
calldata.c (API Change) Use const params where applicable 2014-09-26 17:23:07 -07:00
calldata.h (API Change) Use const params where applicable 2014-09-26 17:23:07 -07:00
decl.c Check for duplicate names (function parser) 2014-03-02 19:44:22 -07:00
decl.h Simplify and extend callback/signalling system 2014-03-01 05:54:55 -07:00
proc.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
proc.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
signal.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
signal.h (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00