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

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

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

revision 1.2 by esersale, Mon Aug 25 17:19:13 2003 UTC revision 1.3 by esersale, Mon Sep 29 13:20:28 2003 UTC
# Line 63  Line 63 
63    
64  - (void)noteFileSystemChanged:(NSString *)path;  - (void)noteFileSystemChanged:(NSString *)path;
65    
66    - (BOOL)existsAndIsDirectoryFileAtPath:(NSString *)path;
67    
68    - (NSString *)typeOfFileAt:(NSString *)path;  
69    
70    - (BOOL)isWritableFileAtPath:(NSString *)path;
71    
72  - (BOOL)isPakageAtPath:(NSString *)path;  - (BOOL)isPakageAtPath:(NSString *)path;
73    
74    - (NSArray *)sortedDirectoryContentsAtPath:(NSString *)path;
75    
76    - (NSArray *)checkHiddenFiles:(NSArray *)files atPath:(NSString *)path;
77    
78  - (int)sortTypeForDirectoryAtPath:(NSString *)aPath;  - (int)sortTypeForDirectoryAtPath:(NSString *)aPath;
79    
80  - (void)setSortType:(int)type forDirectoryAtPath:(NSString *)aPath;  - (void)setSortType:(int)type forDirectoryAtPath:(NSString *)aPath;
# Line 111  Line 121 
121    
122  - (BOOL)usesContestualMenu;  - (BOOL)usesContestualMenu;
123    
 //  
 // methods for GWRemote  
 //  
 - (void)performFileOperationWithDictionary:(id)opdict  
                             fromSourceHost:(NSString *)fromName  
                          toDestinationHost:(NSString *)toName;  
   
 - (BOOL)server:(NSString *)serverName isPakageAtPath:(NSString *)path;  
   
 - (BOOL)server:(NSString *)serverName fileExistsAtPath:(NSString *)path;    
   
 - (BOOL)server:(NSString *)serverName isWritableFileAtPath:(NSString *)path;  
   
 - (BOOL)server:(NSString *)serverName  
             existsAndIsDirectoryFileAtPath:(NSString *)path;                
   
 - (NSString *)server:(NSString *)serverName typeOfFileAt:(NSString *)path;    
   
 - (int)server:(NSString *)serverName sortTypeForPath:(NSString *)aPath;  
   
 - (void)server:(NSString *)serverName                                    
    setSortType:(int)type  
         atPath:(NSString *)aPath;  
   
 - (NSArray *)server:(NSString *)serverName  
    checkHiddenFiles:(NSArray *)files  
              atPath:(NSString *)path;  
   
 - (NSArray *)server:(NSString *)serverName  
         sortedDirectoryContentsAtPath:(NSString *)path;  
   
 - (void)server:(NSString *)serverName setSelectedPaths:(NSArray *)paths;  
   
 - (NSArray *)selectedPathsForServerWithName:(NSString *)serverName;  
   
 - (NSString *)homeDirectoryForServerWithName:(NSString *)serverName;  
   
 - (BOOL)server:(NSString *)serverName isLockedPath:(NSString *)aPath;  
   
 - (void)server:(NSString *)serverName addWatcherForPath:(NSString *)path;  
   
 - (void)server:(NSString *)serverName removeWatcherForPath:(NSString *)path;  
   
 - (void)server:(NSString *)serverName removeWatcherForPath:(NSString *)path;  
   
 - (void)server:(NSString *)serverName  
     renamePath:(NSString *)oldname  
      toNewName:(NSString *)newname;  
   
124  @end  @end
125    
126  #endif // GWPROTOCOL_H  #endif // GWPROTOCOL_H

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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