this repo has no description
1#ifndef LSSHAREDFILE_H
2#define LSSHAREDFILE_H
3#include <CoreFoundation/CFString.h>
4
5extern const CFStringRef kLSSharedFileListFavoriteItems;
6extern const CFStringRef kLSSharedFileListFavoriteVolumes;
7extern const CFStringRef kLSSharedFileListGlobalLoginItems;
8// extern const LSSharedFileListRef kLSSharedFileListItemBeforeFirst;
9extern const CFStringRef kLSSharedFileListItemHidden;
10// extern const LSSharedFileListItemRef kLSSharedFileListItemLast;
11extern const CFStringRef kLSSharedFileListLoginItemHidden;
12extern const CFStringRef kLSSharedFileListRecentApplicationItems;
13extern const CFStringRef kLSSharedFileListRecentDocumentItems;
14extern const CFStringRef kLSSharedFileListRecentItemsMaxAmount;
15extern const CFStringRef kLSSharedFileListRecentServerItems;
16extern const CFStringRef kLSSharedFileListSessionLoginItems;
17extern const CFStringRef kLSSharedFileListVolumesComputerVisible;
18extern const CFStringRef kLSSharedFileListVolumesIDiskVisible;
19extern const CFStringRef kLSSharedFileListVolumesNetworkVisible;
20
21#endif