]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.h
* ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview
[vlc] / modules / gui / macosx / playlist.h
index a3cba4856afd0b12ea0d512e494183b2c81e7c80..2245ac284fb4469319cdb4f8c6d5f190a5e6ca98 100644 (file)
@@ -2,7 +2,7 @@
  * playlist.h: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: playlist.h,v 1.3 2003/01/16 13:49:44 hartman Exp $
+ * $Id: playlist.h,v 1.4 2003/01/20 03:45:06 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Derk-Jan Hartman <thedj@users.sourceforge.net>
@@ -55,7 +55,7 @@
 - (IBAction)deleteItems:(id)sender;
 - (IBAction)selectAll:(id)sender;
 
-- (void)appendArray:(NSArray*)o_array atPos:(int)i_pos;
+- (void)appendArray:(NSArray*)o_array atPos:(int)i_pos enqueue:(BOOL)b_enqueue;
 - (void)playlistUpdated;
 
 @end