GData.GContactJot¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The content of the jot. |
||
r/w |
A programmatic value that identifies the type of jot. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.GContactJot(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.GContactJot
structure are private and should never be accessed directly.New in version 0.7.0.
- classmethod new(content, relation_type)¶
- Parameters:
- Returns:
a new
GData.GContactJot
; unref withGObject.Object.unref
()- Return type:
Creates a new
GData.GContactJot
. More information is available in the gContact specification.New in version 0.7.0.
- get_content()¶
- Returns:
the jot’s content
- Return type:
Gets the
GData.GContactJot
:content
property.New in version 0.7.0.
- get_relation_type()¶
- Returns:
the jot’s relation type
- Return type:
Gets the
GData.GContactJot
:relation-type
property.New in version 0.7.0.
- set_content(content)¶
- Parameters:
content (
str
) – the new content
Sets the
GData.GContactJot
:content
property to content.New in version 0.7.0.
- set_relation_type(relation_type)¶
-
Sets the
GData.GContactJot
:relation-type
property to relation_type such asGData.GCONTACT_JOT_HOME
orGData.GCONTACT_JOT_OTHER
.New in version 0.7.0.
Property Details¶
- GData.GContactJot.props.content¶
-
The content of the jot.
For more information, see the
New in version 0.7.0.
- GData.GContactJot.props.relation_type¶
-
A programmatic value that identifies the type of jot. Examples are
GData.GCONTACT_JOT_HOME
orGData.GCONTACT_JOT_OTHER
.For more information, see the
New in version 0.7.0.