Top | ![]() |
![]() |
![]() |
![]() |
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.GDataDocumentsFolder *
gdata_documents_folder_new (const gchar *id
);
Creates a new GDataDocumentsFolder with the given entry ID (“id”).
Since: 0.4.0
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