File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ public enum FSEventStreamCreateFlags : uint {
41
41
UseExtendedData = 0x00000040 ,
42
42
[ SupportedOSPlatform ( "macos" ) ]
43
43
FullHistory = 0x00000080 ,
44
+ WithDocId = 0x00000100 ,
45
+ [ SupportedOSPlatform ( "macos26.0" ) ]
46
+ DeviceState = 0x00000200 ,
44
47
}
45
48
46
49
// FSEvents.h: typedef UInt32 FSEventStreamEventFlags;
Original file line number Diff line number Diff line change @@ -2373,9 +2373,11 @@ F:CoreNFC.NFCVasErrorCode.WrongLCField
2373
2373
F:CoreNFC.NFCVasErrorCode.WrongParameters
2374
2374
F:CoreNFC.NFCVasMode.Normal
2375
2375
F:CoreNFC.NFCVasMode.UrlOnly
2376
+ F:CoreServices.FSEventStreamCreateFlags.DeviceState
2376
2377
F:CoreServices.FSEventStreamCreateFlags.FullHistory
2377
2378
F:CoreServices.FSEventStreamCreateFlags.MarkSelf
2378
2379
F:CoreServices.FSEventStreamCreateFlags.UseExtendedData
2380
+ F:CoreServices.FSEventStreamCreateFlags.WithDocId
2379
2381
F:CoreServices.FSEventStreamEventFlags.ItemCloned
2380
2382
F:CoreServices.LSResult.MalformedLocErr
2381
2383
F:CoreSpotlight.CSIndexErrorCode.MismatchedClientState
You can’t perform that action at this time.
0 commit comments