summaryrefslogtreecommitdiff
path: root/doc/man/en/man3/ui_callbacks.3
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-29 11:10:50 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-29 11:10:50 +0000
commit098a9e1144f620e3d975648920384d233dd85ed1 (patch)
treeccc698aa4ef38b140a74671c15fc7ebdbbdc3420 /doc/man/en/man3/ui_callbacks.3
parentaa531ef1fc9c69a8468746d1c5d2e8c6aab2d03a (diff)
downloadxine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.gz
xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.bz2
auto* fix: pass 1
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
Diffstat (limited to 'doc/man/en/man3/ui_callbacks.3')
-rw-r--r--doc/man/en/man3/ui_callbacks.341
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/man/en/man3/ui_callbacks.3 b/doc/man/en/man3/ui_callbacks.3
deleted file mode 100644
index 225cdf677..000000000
--- a/doc/man/en/man3/ui_callbacks.3
+++ /dev/null
@@ -1,41 +0,0 @@
-.TH "UI communication callbacks." 3 "15 Oct 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