summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2005-02-09 20:03:18 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2005-02-09 20:03:18 +0000
commit98ae0af69a0e10d5fe88414617d47ddd7eab1147 (patch)
treef8db6d101dfb2f3b0e1b6f2660d1d39f7ae0b270 /include
parent3a2698a5975e3a9cc7f1f4c006677f664da2c194 (diff)
downloadxine-lib-98ae0af69a0e10d5fe88414617d47ddd7eab1147.tar.gz
xine-lib-98ae0af69a0e10d5fe88414617d47ddd7eab1147.tar.bz2
Finally commit the plugin loader improvements.
see my last mail about this stuff: http://thread.gmane.org/gmane.comp.video.xine.devel/12547 and this thread: http://thread.gmane.org/gmane.comp.video.xine.devel/11213 CVS patchset: 7395 CVS date: 2005/02/09 20:03:18
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 098ab59a6..44a6b6969 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.138 2005/02/02 23:11:40 dsalt Exp $
+ * $Id: xine.h.in,v 1.139 2005/02/09 20:03:18 tmattern Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1027,6 +1027,8 @@ const char *const *xine_list_spu_plugins(xine_t *self);
const char *const *xine_list_audio_decoder_plugins(xine_t *self);
const char *const *xine_list_video_decoder_plugins(xine_t *self);
+/* unload unused plugins */
+void xine_plugins_garbage_collector(xine_t *self);
/*********************************************************************
* visual specific gui <-> xine engine communication *