0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/DOCS/client_api_examples
wm4 9aa1d71147 DOCS/client_api_examples: don't throw char* in C++ code
C++ is the worst language ever, and allows throwing any type, even if it
doesn't make sense. In this case, we were throwing char*, which the
runtime typically treats as opaque, instead of printing it as message if
such an exception was not caught.
2015-01-01 22:56:57 +01:00
..
qml DOCS/client_api_examples: don't throw char* in C++ code 2015-01-01 22:56:57 +01:00
cocoabasic.m libmpv: cocoa: add basic menu 2014-10-27 19:14:55 +01:00
Copyright DOCS/client_api_examples: add an explicit license 2014-12-30 22:47:50 +01:00
qtexample.cpp DOCS/client_api_examples: don't throw char* in C++ code 2015-01-01 22:56:57 +01:00
qtexample.h DOCS/client_api_examples: qtexample: use queued signals 2014-12-30 22:40:25 +01:00
qtexample.pro DOCS/client_api_examples: qtexample: use queued signals 2014-12-30 22:40:25 +01:00
shared.h Add a client API example 2014-02-10 21:30:55 +01:00
simple.c client API, X11: change default keyboard input handling again 2014-09-28 20:11:00 +02:00