Flickcurl Flickr API Manual | ||||
---|---|---|---|---|
Top | Description |
int flickcurl_prefs_getContentType (flickcurl *fc
); int flickcurl_prefs_getGeoPerms (flickcurl *fc
); int flickcurl_prefs_getHidden (flickcurl *fc
); int flickcurl_prefs_getPrivacy (flickcurl *fc
); int flickcurl_prefs_getSafetyLevel (flickcurl *fc
);
int flickcurl_prefs_getContentType (flickcurl *fc
);
Returns the default content type preference for the user.
Implements flickr.prefs.getContentType (1.3)
|
flickcurl context |
Returns : |
content type or <0 on failure |
int flickcurl_prefs_getGeoPerms (flickcurl *fc
);
Returns the default privacy level for geographic information attached to the user's photos.
Possible values are: 0: no default, 1: public, 2: contacts only, 3: friends and family only, 4: friends only, 5: family only, 6: private.
Implements flickr.prefs.getGeoPerms (1.4)
|
flickcurl context |
Returns : |
non-0 on failure |
int flickcurl_prefs_getHidden (flickcurl *fc
);
Returns the default hidden preference for the user.
Implements flickr.prefs.getHidden (1.3)
|
flickcurl context |
Returns : |
non-0 on failure |
int flickcurl_prefs_getPrivacy (flickcurl *fc
);
Returns the default privacy level preference for the user.
Possible values are: Public (1), Friends only (2), Family only (3) Friends and Family (4) and Private (5)
Implements flickr.prefs.getPrivacy (1.3)
|
flickcurl context |
Returns : |
privacy level or <0 on failure |
int flickcurl_prefs_getSafetyLevel (flickcurl *fc
);
Returns the default safety level preference for the user.
Implements flickr.prefs.getSafetyLevel (1.3)
|
flickcurl context |
Returns : |
safety level or <0 on failure |