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/man/en/man3/ui_callbacks.3 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 doc/man/en/man3/ui_callbacks.3 (limited to 'doc/man/en/man3/ui_callbacks.3') diff --git a/doc/man/en/man3/ui_callbacks.3 b/doc/man/en/man3/ui_callbacks.3 new file mode 100644 index 000000000..821783948 --- /dev/null +++ b/doc/man/en/man3/ui_callbacks.3 @@ -0,0 +1,41 @@ +.TH "UI communication callbacks." 3 "26 Jul 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*- +.ad l +.nh +.SH NAME +UI communication callbacks. \- +.SS "Typedefs" + +.in +1c +.ti -1c +.RI "typedef void (* \fBgui_stream_end_cb_t\fP )(int nStatus)" +.br +.ti -1c +.RI "typedef char* (* \fBgui_get_next_mrl_cb_t\fP )(void)" +.br +.ti -1c +.RI "typedef void (* \fBgui_branched_cb_t\fP )(void)" +.br +.in -1c +.SH "TYPEDEF DOCUMENTATION" +.PP +.SS "typedef void(* gui_branched_cb_t)(void)" +.PP +Called when xine branched successfully to the next mrl. +.PP +\fBSee also: \fP +.in +1c +\fBxine_init\fP() +.SS "typedef char *(* gui_get_next_mrl_cb_t)(void)" +.PP +Called when xine tries to branch seamlessly to the next mrl. +.PP +\fBSee also: \fP +.in +1c +\fBxine_init\fP() +.SS "typedef void(* gui_stream_end_cb_t)(int nStatus)" +.PP +Notify UI when the stream is finished. +.PP +\fBSee also: \fP +.in +1c +\fBxine_init\fP() \ No newline at end of file -- cgit v1.2.3