|  |  |  | Zapojit Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
#include <zpj/zpj.h>
struct              ZpjSkydrivePhoto;
struct              ZpjSkydrivePhotoClass;
ZpjSkydriveEntry *  zpj_skydrive_photo_new              (JsonNode *node);
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.
| ZpjSkydriveFileClass  | The parent class. | 
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().
| 
 | A JsonNode returned by the server. | 
| Returns : | A new ZpjSkydrivePhoto. Free the returned
object with g_object_unref(). [transfer full] |