]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/wizard.h
vlc.desktop: add missing --started-from-file option (fixes #8839)
[vlc] / modules / gui / macosx / wizard.h
index ea52d5c74dce138114b97bb5dfbcd348cc288ac9..2bd7bb1041501d6e3697a458a96ad973e0c98d9e 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * wizard.h: MacOS X Streaming Wizard
  *****************************************************************************
- * Copyright (C) 2005-2006 the VideoLAN team
+ * Copyright (C) 2005-2007 VLC authors and VideoLAN
  * $Id$
  *
- * Authors: Felix Kühne <fkuehne@users.sf.net>
+ * Authors: Felix Kühne <fkuehne at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
     NSArray * o_encapFormats;
     NSArray * o_strmgMthds;
     NSString * o_opts;
-
-    BOOL b_keepSettingsOrNot;
 }
 - (IBAction)cancelRun:(id)sender;
 - (IBAction)nextTab:(id)sender;
 - (void)resetWizard;
 - (void)createOpts;
 - (void)rebuildCodecMenus;
-- (id)getPlaylistWizard;
-- (void)initWithExtractValuesFrom: (NSString *)from to: (NSString *)to \
-    ofItem: (NSString *)item;
+- (id)playlistWizard;
+- (void)initWithExtractValuesFrom: (NSString *)from to: (NSString *)to ofItem: (NSString *)item;
 
 @end