![]() |
![]() |
Flickcurl Flickr API Manual | ![]() |
|
---|---|---|---|---|
int flickcurl_prefs_getContentType (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_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 |