Top | ![]() |
![]() |
![]() |
![]() |
gint | max-photos-per-album | Read |
gchar * | nickname | Read |
gint64 | quota-current | Read |
gint64 | quota-limit | Read |
gchar * | thumbnail-uri | Read |
gchar * | user | Read |
GDataPicasaWebUser is a subclass of GDataEntry to represent properties for a PicasaWeb user. It adds a couple of properties which are specific to the Google PicasaWeb API.
const gchar *
gdata_picasaweb_user_get_user (GDataPicasaWebUser *self
);
Gets the “user” property.
Since: 0.6.0
const gchar *
gdata_picasaweb_user_get_nickname (GDataPicasaWebUser *self
);
Gets the “nickname” property.
Since: 0.6.0
gint64
gdata_picasaweb_user_get_quota_limit (GDataPicasaWebUser *self
);
Gets the “quota-limit” property. Note that
this information is not available when accessing feeds which we
haven't authenticated, and 0
is returned.
Since: 0.6.0
gint64
gdata_picasaweb_user_get_quota_current
(GDataPicasaWebUser *self
);
Gets the “quota-current” property. Note that
this information is not available when accessing feeds which we
haven't authenticated, and 0
is returned.
Since: 0.6.0
gint
gdata_picasaweb_user_get_max_photos_per_album
(GDataPicasaWebUser *self
);
Gets the “max-photos-per-album” property. Note that
this information is not available when accessing feeds which we
haven't authenticated, and 0
is returned.
Since: 0.6.0
const gchar *
gdata_picasaweb_user_get_thumbnail_uri
(GDataPicasaWebUser *self
);
Gets the “thumbnail-uri” property.
Since: 0.6.0
typedef struct _GDataPicasaWebUser GDataPicasaWebUser;
All the fields in the GDataPicasaWebUser structure are private and should never be accessed directly.
Since: 0.6.0
typedef struct { } GDataPicasaWebUserClass;
All the fields in the GDataPicasaWebUserClass structure are private and should never be accessed directly.
Since: 0.6.0
“max-photos-per-album”
property“max-photos-per-album” gint
The maximum number of photos allowed in an album. http://code.google.com/apis/picasaweb/docs/2.0/reference.htmlgphoto_maxPhotosPerAlbum
If the GDataPicasaWebUser does not represent the currently authenticated user, this will be -1
.
Flags: Read
Allowed values: >= -1
Default value: -1
Since: 0.6.0
“nickname”
property“nickname” gchar *
The user's nickname. This is a user-specified value that should be used when referring to the user by name. http://code.google.com/apis/picasaweb/docs/2.0/reference.htmlgphoto_nickname
Flags: Read
Default value: NULL
Since: 0.6.0
“quota-current”
property“quota-current” gint64
The current amount of space, in bytes, already used by the user. http://code.google.com/apis/picasaweb/docs/2.0/reference.htmlgphoto_quotacurrent
If the GDataPicasaWebUser does not represent the currently authenticated user, this will be -1
.
Flags: Read
Allowed values: >= -1
Default value: -1
Since: 0.6.0
“quota-limit”
property“quota-limit” gint64
The total amount of space, in bytes, available to the user. http://code.google.com/apis/picasaweb/docs/2.0/reference.htmlgphoto_quotalimit
If the GDataPicasaWebUser does not represent the currently authenticated user, this will be -1
.
Flags: Read
Allowed values: >= -1
Default value: -1
Since: 0.6.0
“thumbnail-uri”
property“thumbnail-uri” gchar *
The URI of a thumbnail-sized portrait of the user. http://code.google.com/apis/picasaweb/docs/2.0/reference.htmlgphoto_thumbnail
Flags: Read
Default value: NULL
Since: 0.6.0