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 e3d19c5b16 libobs/callback: Add calldata_create and calldata_destroy
These functions aren't particularly useful in C/C++, but these functions
are necessary to allow creating/destroying a calldata_t object via
script.
2018-01-18 08:53:19 -08:00
..
calldata.c libobs/callback: Allow ability to use calldata_t with stack 2016-01-25 17:29:08 -08:00
calldata.h libobs/callback: Add calldata_create and calldata_destroy 2018-01-18 08:53:19 -08:00
decl.c Fix various typos across multiple modules 2017-04-25 22:39:42 -04:00
decl.h Fix various null pointer issues detected by Coverity 2017-02-25 16:45:45 +01: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 libobs/callback: Add global callback to signal handler 2018-01-03 17:04:02 -08:00
signal.h libobs/callback: Add global callback to signal handler 2018-01-03 17:04:02 -08:00