From a101b38dea6890fa1dbf5b8560665826b69fa4ae Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 26 Jul 2001 11:12:25 +0000 Subject: Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in proto decl, etc... CVS patchset: 350 CVS date: 2001/07/26 11:12:25 --- doc/xine-lib-API/html/group__ui__callbacks.html | 111 ++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 doc/xine-lib-API/html/group__ui__callbacks.html (limited to 'doc/xine-lib-API/html/group__ui__callbacks.html') diff --git a/doc/xine-lib-API/html/group__ui__callbacks.html b/doc/xine-lib-API/html/group__ui__callbacks.html new file mode 100644 index 000000000..5e4f6d650 --- /dev/null +++ b/doc/xine-lib-API/html/group__ui__callbacks.html @@ -0,0 +1,111 @@ + + +XINE, A Free Video Player Project - API reference +xine logo + + + + +
+Main Page   Modules   Data Structures   File List   Data Fields   Globals  
+

UI communication callbacks.

+ + + + +

Typedefs

+typedef void (* gui_stream_end_cb_t )(int nStatus)
+typedef char* (* gui_get_next_mrl_cb_t )(void)
+typedef void (* gui_branched_cb_t )(void)
+

Typedef Documentation

+

+ + + + +
+ + + + + +
+typedef void(* gui_branched_cb_t)(void) +
+
+ + + + + +
+   + + +

+Called when xine branched successfully to the next mrl.

+See also:
+xine_init()
+

+ + + + +
+ + + + + +
+typedef char *(* gui_get_next_mrl_cb_t)(void) +
+
+ + + + + +
+   + + +

+Called when xine tries to branch seamlessly to the next mrl.

+See also:
+xine_init()
+

+ + + + +
+ + + + + +
+typedef void(* gui_stream_end_cb_t)(int nStatus) +
+
+ + + + + +
+   + + +

+Notify UI when the stream is finished.

+See also:
+xine_init()
+


Generated at Thu Jul 26 11:29:46 2001 for XINE, A Free Video Player Project - API reference by + +doxygen1.2.8 written by Dimitri van Heesch, + © 1997-2001
+ + -- cgit v1.2.3