GDataDocumentsFolder

GDataDocumentsFolder — GData documents folder object

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GDataParsable
        ╰── GDataEntry
            ╰── GDataDocumentsEntry
                ╰── GDataDocumentsFolder

Implemented Interfaces

GDataDocumentsFolder implements GDataAccessHandler.

Includes

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

Description

GDataDocumentsFolder is a subclass of GDataDocumentsEntry to represent a folder from Google Documents.

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

online documentation.

Example 36. Adding a Folder

1

Functions

gdata_documents_folder_new ()

GDataDocumentsFolder *
gdata_documents_folder_new (const gchar *id);

Creates a new GDataDocumentsFolder with the given entry ID (“id”).

Parameters

id

the entry's ID (not the document ID of the folder), or NULL.

[allow-none]

Returns

a new GDataDocumentsFolder, or NULL; unref with g_object_unref()

Since: 0.4.0

Types and Values

GDataDocumentsFolder

typedef struct _GDataDocumentsFolder GDataDocumentsFolder;

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

Since: 0.4.0


GDataDocumentsFolderClass

typedef struct {
} GDataDocumentsFolderClass;

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

Since: 0.4.0