/[gnustep]/gnustep/usr-apps/gworkspace/GWLib/GWLib.h
ViewVC logotype

Diff of /gnustep/usr-apps/gworkspace/GWLib/GWLib.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by esersale, Mon Sep 29 18:13:46 2003 UTC revision 1.6 by esersale, Tue Sep 30 15:38:04 2003 UTC
# Line 39  Line 39 
39    NSMutableArray *watchedPaths;      NSMutableArray *watchedPaths;  
40    
41          NSMutableArray *lockedPaths;          NSMutableArray *lockedPaths;
42      
43    NSMutableDictionary *tumbsCache;    NSMutableDictionary *tumbsCache;
44    NSString *thumbnailDir;    NSString *thumbnailDir;
45    BOOL usesThumbnails;        BOOL usesThumbnails;    
# Line 47  Line 47 
47    NSFileManager *fm;    NSFileManager *fm;
48    NSWorkspace *ws;    NSWorkspace *ws;
49    NSNotificationCenter *nc;    NSNotificationCenter *nc;
50      
51      id workspaceApp;
52  }  }
53    
54  + (NSArray *)sortedDirectoryContentsAtPath:(NSString *)path;  + (NSArray *)sortedDirectoryContentsAtPath:(NSString *)path;
# Line 95  Line 97 
97    
98  + (NSArray *)imageExtensions;  + (NSArray *)imageExtensions;
99    
100    + (id)workspaceApp;
   
   
   
   
   
   
   
   
 + (id)gworkspaceApplication;  
   
 + (BOOL)selectFile:(NSString *)fullPath  
                                                         inFileViewerRootedAtPath:(NSString *)rootFullpath;  
   
 + (oneway void)rootViewerSelectFiles:(NSArray *)paths;  
   
 + (oneway void)openSelectedPaths:(NSArray *)paths;  
   
 + (oneway void)performFileOperationWithDictionary:(NSDictionary *)dict;  
   
 + (oneway void)performServiceWithName:(NSString *)sname  
                            pasteboard:(NSPasteboard *)pboard;  
   
 + (NSString *)trashPath;  
101    
102  @end  @end
103    
104  #endif // GWLIB_H  #endif // GWLIB_H
105    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26