]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.h
Skins2: use the right id when creating the tree Resolve some bugs related to the...
[vlc] / modules / gui / macosx / playlist.h
index eb3f080129341622e72c49acef7ad76fecce76ba..698bb6bc7604f67a1f53c5cbbda4e82f625b9a04 100644 (file)
 - (void)sortNode:(int)i_mode;
 - (void)updateRowSelection;
 
+- (BOOL)isSelectionEmpty;
+
 - (IBAction)servicesChange:(id)sender;
 - (IBAction)playItem:(id)sender;
 - (IBAction)preparseItem:(id)sender;
 - (void)appendArray:(NSArray*)o_array atPos:(int)i_position enqueue:(BOOL)b_enqueue;
 - (void)appendNodeArray:(NSArray*)o_array inNode:(playlist_item_t *)p_node atPos:(int)i_position enqueue:(BOOL)b_enqueue;
 
-
 @end
-