mpv/DOCS/client_api_examples
wm4 58c91c02e2 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.

Conflicts:
	DOCS/client_api_examples/qml/mpvrenderer.cpp
2015-01-25 17:00:16 +09:00
..
Copyright DOCS/client_api_examples: add an explicit license 2015-01-25 17:00:16 +09:00
cocoabasic.m libmpv: cocoa: add basic menu 2014-10-27 19:14:55 +01:00
qtexample.cpp DOCS/client_api_examples: don't throw char* in C++ code 2015-01-25 17:00:16 +09:00
qtexample.h DOCS/client_api_examples: qtexample: stuff 2014-10-13 23:55:57 +02:00
qtexample.pro DOCS/client_api_examples: qtexample: stuff 2014-10-13 23:55:57 +02:00
shared.h
simple.c client API, X11: change default keyboard input handling again 2014-09-28 20:11:00 +02:00