GData.DocumentsText¶
- Subclasses:
None
Methods¶
- Inherited:
GData.DocumentsDocument (4), GData.DocumentsEntry (16), GData.Entry (24), GData.Parsable (5), GObject.Object (37), GData.AccessHandler (2)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
GData.Parsable (9), GObject.Object (7), GData.AccessHandler (1)
Properties¶
- Inherited:
GData.DocumentsEntry (11), GData.Entry (10), GData.Parsable (1)
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.DocumentsText(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.DocumentsText
structure are private and should never be accessed directly.New in version 0.4.0.
- classmethod new(id)¶
- Parameters:
id (
str
orNone
) – the entry’s ID (not the document ID of the text document), orNone
- Returns:
a new
GData.DocumentsText
, orNone
; unref withGObject.Object.unref
()- Return type:
Creates a new
GData.DocumentsText
with the given entry ID (GData.Entry
:id
).New in version 0.4.0.