PSFeedSettings.h

Overview

Use the links in the table of contents to the left to access the documentation.



Classes

PSFeedSettings


Macro Definitions

PSFeedSettingsAllTypes
PSFeedSettingsIntervalDefault
PSFeedSettingsIntervalNever
PSFeedSettingsUnlimitedSize

PSFeedSettingsAllTypes


#define PSFeedSettingsAllTypes nil 
Discussion

Specifies all MIME types.

Availability
Introduced in Mac OS X v10.5.

PSFeedSettingsIntervalDefault


#define PSFeedSettingsIntervalDefault 0.0 
Discussion

Specifies that the per-client default interval should be used.

Availability
Introduced in Mac OS X v10.5.

PSFeedSettingsIntervalNever


#define PSFeedSettingsIntervalNever -1.0 
Discussion

Specifies that refreshing or expiring should never occur automatically. As a result, the application or user must force an update manually by calling the update method.

Availability
Introduced in Mac OS X v10.5.

PSFeedSettingsUnlimitedSize


#define PSFeedSettingsUnlimitedSize 0 
Discussion

Specifies no limit on enclosure sizes.

Availability
Introduced in Mac OS X v10.5.

 

Last Updated: 2009-08-12