flickr-0.3.3: Haskell binding to the Flickr APISource codeContentsIndex
Flickr.Prefs
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@forkIO.com>
Description
flickr.prefs API, accessing a user's preferences.
Synopsis
getContentType :: FM ContentType
getGeoPerms :: FM Privacy
getHidden :: FM Bool
getPrivacy :: FM Privacy
getSafetyLevel :: FM Int
Documentation
getContentType :: FM ContentTypeSource
Returns the default content type preference for the user.
getGeoPerms :: FM PrivacySource
Returns the default privacy level for geographic information attached to the user's photos.
getHidden :: FM BoolSource
Returns the default hidden preference for the user.
getPrivacy :: FM PrivacySource
Returns the default privacy level preference for the user.
getSafetyLevel :: FM IntSource
Returns the default safety level preference for the user.
Produced by Haddock version 2.6.0