Top | ![]() |
![]() |
![]() |
![]() |
ZpjSkydriveEntry *
zpj_skydrive_photo_new (JsonNode *node
);
Creates a new ZpjSkydrivePhoto from the given node
. If you already
know the ID of the photo then you can use
zpj_skydrive_query_info_from_id()
.
struct ZpjSkydrivePhoto;
The ZpjSkydrivePhoto structure contains only private data and should only be accessed using the provided API.
struct ZpjSkydrivePhotoClass { ZpjSkydriveFileClass parent_class; };
Class structure for ZpjSkydrivePhoto.