From 403f01979cef7e03b8322ddb870e3959c8de0f77 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 4 Sep 2002 23:31:05 +0000 Subject: merging in the new_api branch ... unfortunately video_out / vo_scale is broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05 --- doc/xine-lib-API/html/group__ui__callbacks.html | 111 ------------------------ 1 file changed, 111 deletions(-) delete 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 deleted file mode 100644 index 31d23bafe..000000000 --- a/doc/xine-lib-API/html/group__ui__callbacks.html +++ /dev/null @@ -1,111 +0,0 @@ - - -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 Mon Oct 15 01:18:07 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