GDataDocumentsDrawing

GDataDocumentsDrawing — GData Documents drawing object

Stability Level

Unstable, unless otherwise indicated

Synopsis

#include <gdata/services/documents/gdata-documents-drawing.h>

#define             GDATA_DOCUMENTS_DRAWING_JPEG
#define             GDATA_DOCUMENTS_DRAWING_PDF
#define             GDATA_DOCUMENTS_DRAWING_PNG
#define             GDATA_DOCUMENTS_DRAWING_SVG
                    GDataDocumentsDrawing;
                    GDataDocumentsDrawingClass;
GDataDocumentsDrawing * gdata_documents_drawing_new     (const gchar *id);

Object Hierarchy

  GObject
   +----GDataParsable
         +----GDataEntry
               +----GDataDocumentsEntry
                     +----GDataDocumentsDocument
                           +----GDataDocumentsDrawing

Implemented Interfaces

GDataDocumentsDrawing implements GDataAccessHandler.

Description

GDataDocumentsDrawing is a subclass of GDataDocumentsDocument to represent a drawing document from Google Documents.

For more details of Google Documents' GData API, see the online documentation.

Details

GDATA_DOCUMENTS_DRAWING_JPEG

#define GDATA_DOCUMENTS_DRAWING_JPEG "jpeg"

The export format for JPEG image format.

For more information, see the GData protocol specification.

Since 0.13.1


GDATA_DOCUMENTS_DRAWING_PDF

#define GDATA_DOCUMENTS_DRAWING_PDF "pdf"

The export format for Portable Document Format (PDF).

For more information, see the GData protocol specification.

Since 0.13.1


GDATA_DOCUMENTS_DRAWING_PNG

#define GDATA_DOCUMENTS_DRAWING_PNG "png"

The export format for Portable Network Graphics (PNG) image format.

For more information, see the GData protocol specification.

Since 0.13.1


GDATA_DOCUMENTS_DRAWING_SVG

#define GDATA_DOCUMENTS_DRAWING_SVG "svg"

The export format for Scalable Vector Graphics (SVG) image format.

For more information, see the GData protocol specification.

Since 0.13.1


GDataDocumentsDrawing

typedef struct _GDataDocumentsDrawing GDataDocumentsDrawing;

All the fields in the GDataDocumentsDrawing structure are private and should never be accessed directly.

Since 0.13.1


GDataDocumentsDrawingClass

typedef struct {
} GDataDocumentsDrawingClass;

All the fields in the GDataDocumentsDrawingClass structure are private and should never be accessed directly.

Since 0.13.1


gdata_documents_drawing_new ()

GDataDocumentsDrawing * gdata_documents_drawing_new     (const gchar *id);

Creates a new GDataDocumentsDrawing with the given entry ID ("id").

id :

the entry's ID (not the document ID of the drawing document), or NULL. [allow-none]

Returns :

a new GDataDocumentsDrawing, or NULL; unref with g_object_unref(). [transfer full]

Since 0.13.1