GDataDocumentsPdf

GDataDocumentsPdf — GData Documents pdf object

Stability Level

Unstable, unless otherwise indicated

Synopsis

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

                    GDataDocumentsPdf;
                    GDataDocumentsPdfClass;
GDataDocumentsPdf * gdata_documents_pdf_new             (const gchar *id);

Object Hierarchy

  GObject
   +----GDataParsable
         +----GDataEntry
               +----GDataDocumentsEntry
                     +----GDataDocumentsDocument
                           +----GDataDocumentsPdf

Implemented Interfaces

GDataDocumentsPdf implements GDataAccessHandler.

Description

GDataDocumentsPdf is a subclass of GDataDocumentsDocument to represent a PDF document from Google Documents.

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

Details

GDataDocumentsPdf

typedef struct _GDataDocumentsPdf GDataDocumentsPdf;

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

Since 0.13.3


GDataDocumentsPdfClass

typedef struct {
} GDataDocumentsPdfClass;

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

Since 0.13.3


gdata_documents_pdf_new ()

GDataDocumentsPdf * gdata_documents_pdf_new             (const gchar *id);

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

id :

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

Returns :

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

Since 0.13.3