PyObjC
Sections:
Home
Documentation
Development
Download
Examples
Mailing lists
Navigation:
- PyObjC Core
- AddressBook
- AppleScriptKit
- Automator
- CalendarStore
- CFNetwork
- Cocoa
- Collaboration
- CoreData
- CoreText
- DictionaryServices
- FSEvents
- InputMethodKit
- InstallerPlugins
- InstantMessage
- InterfaceBuilderKit
- LatentSemanticMapping
- LaunchServices
- Message
- PreferencePanes
- PubSub
- QTKit
- Quartz
- ScreenSaver
- ScriptingBridge
- SearchKit
- SyncServices
- SystemConfiguration
- WebKit
- XgridFoundation
 

We're hosted on:
SourceForge.net Logo

Subversion hosting


  

PyObjC - API Notes for FSEvents API

The FSEvents package contains wrappers for the FSEvents API's, which are part of Carbon and not a standalone framework.

The FSEventsRef type is an opaque pointer, unlike what the name suggests this is not a CoreFounation based types. As a side-effect of that the programmer is responsibly for managing the retain-count of objects of this type.

This means you have to call FSEventStreamRelease when you're done with a stream. You must not use the stream after that, it will then refer to an invalid stream.

Copyright © 2003 - 2009 The PyObjC Project