QTfrontend/NSWorkspace_RBAdditions.h
changeset 6616 f77bb02b669f
parent 2948 3f21a9dc93d0
equal deleted inserted replaced
6615:65602f1ef0f8 6616:f77bb02b669f
    30 //- NSWorkspace_RBdeviceinfo: should always be present for local volumes. Shows some information about the
    30 //- NSWorkspace_RBdeviceinfo: should always be present for local volumes. Shows some information about the
    31 //      physical device; varies widely.
    31 //      physical device; varies widely.
    32 //- NSWorkspace_RBimagefilepath: should be present for disk images only. Shows the path of the disk image file.
    32 //- NSWorkspace_RBimagefilepath: should be present for disk images only. Shows the path of the disk image file.
    33 //- NSWorkspace_RBserverURL: should be present for remote volumes only. Shows the server URL.
    33 //- NSWorkspace_RBserverURL: should be present for remote volumes only. Shows the server URL.
    34 
    34 
    35 - (NSDictionary*)propertiesForPath:(NSString*)path;
    35 - (NSDictionary*)propertiesForPath:
       
    36 (NSString*)path;
    36 
    37 
    37 @end
    38 @end