comparison gui/interface.h @ 35347:11408d97de7a

Make import_file_into_gui() available. This function allows adding files to the GUI's playlist and can be used in other places as well.
author ib
date Thu, 22 Nov 2012 13:10:46 +0000
parents 5a45efc630b8
children ee265b18d653
comparison
equal deleted inserted replaced
35346:9eeba22fd78a 35347:11408d97de7a
148 void mplayerLoadFont(void); 148 void mplayerLoadFont(void);
149 void mplayerLoadSubtitle(const char *name); 149 void mplayerLoadSubtitle(const char *name);
150 void gmp_msg(int mod, int lev, const char *format, ...); 150 void gmp_msg(int mod, int lev, const char *format, ...);
151 //@} 151 //@}
152 152
153 int import_file_into_gui(char *temp, int insert);
154
153 #endif /* MPLAYER_GUI_INTERFACE_H */ 155 #endif /* MPLAYER_GUI_INTERFACE_H */