ZpjSkydrivePhoto

ZpjSkydrivePhoto — Skydrive photo object.

Synopsis

#include <zpj/zpj.h>

struct              ZpjSkydrivePhoto;
struct              ZpjSkydrivePhotoClass;
ZpjSkydriveEntry *  zpj_skydrive_photo_new              (JsonNode *node);

Object Hierarchy

  GObject
   +----ZpjSkydriveEntry
         +----ZpjSkydriveFile
               +----ZpjSkydrivePhoto

Description

ZpjSkydrivePhoto represents a Skydrive photo object.

Details

struct ZpjSkydrivePhoto

struct ZpjSkydrivePhoto;

The ZpjSkydrivePhoto structure contains only private data and should only be accessed using the provided API.


struct ZpjSkydrivePhotoClass

struct ZpjSkydrivePhotoClass {
  ZpjSkydriveFileClass parent_class;
};

Class structure for ZpjSkydrivePhoto.

ZpjSkydriveFileClass parent_class;

The parent class.

zpj_skydrive_photo_new ()

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().

node :

A JsonNode returned by the server.

Returns :

A new ZpjSkydrivePhoto. Free the returned object with g_object_unref(). [transfer full]