GDataDocumentsFeed

GDataDocumentsFeed — GData documents feed object

Stability Level

Unstable, unless otherwise indicated

Synopsis

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

                    GDataDocumentsFeed;
                    GDataDocumentsFeedClass;

Object Hierarchy

  GObject
   +----GDataParsable
         +----GDataFeed
               +----GDataDocumentsFeed

Description

GDataDocumentsFeed is a list of entries (GDataDocumentsEntry subclasses) returned as the result of a query to a GDataDocumentsService, or given as the input to another operation on the online service.

Each GDataDocumentsEntry represents a single object on the Google Documents online service, such as a text document, presentation document, spreadsheet document or a folder, and the GDataDocumentsFeed represents a collection of those objects.

Details

GDataDocumentsFeed

typedef struct _GDataDocumentsFeed GDataDocumentsFeed;

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

Since 0.4.0


GDataDocumentsFeedClass

typedef struct {
} GDataDocumentsFeedClass;

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

Since 0.4.0