![]() |
![]() |
![]() |
GData Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#include <gdata/services/documents/gdata-documents-folder.h>
GDataDocumentsFolder;
GDataDocumentsFolderClass;
GDataDocumentsFolder * gdata_documents_folder_new (const gchar *id
);
GObject +----GDataParsable +----GDataEntry +----GDataDocumentsEntry +----GDataDocumentsFolder
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.
typedef struct _GDataDocumentsFolder GDataDocumentsFolder;
All the fields in the GDataDocumentsFolder structure are private and should never be accessed directly.
Since 0.4.0
typedef struct { } GDataDocumentsFolderClass;
All the fields in the GDataDocumentsFolderClass structure are private and should never be accessed directly.
Since 0.4.0
GDataDocumentsFolder * gdata_documents_folder_new (const gchar *id
);
Creates a new GDataDocumentsFolder with the given entry ID ("id").
|
the entry's ID (not the document ID of the folder), or NULL
|
Returns : |
a new GDataDocumentsFolder, or NULL ; unref with g_object_unref()
|
Since 0.4.0