GData.GDWho¶
- Subclasses:
None
Methods¶
- Inherited:
GData.Parsable (5), GObject.Object (37), GData.Comparable (1)
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
GData.Parsable (9), GObject.Object (7), GData.Comparable (1)
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The e-mail address of the person represented by the |
||
r/w |
Specifies the relationship between the container and the containee. |
||
r/w |
A simple string representation of this person. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.GDWho(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.GDWho
structure are private and should never be accessed directly.New in version 0.2.0.
- classmethod new(relation_type, value_string, email_address)¶
- Parameters:
- Returns:
a new
GData.GDWho
; unref withGObject.Object.unref
()- Return type:
Creates a new
GData.GDWho
. More information is available in the GData specification.Currently, entryLink functionality is not implemented in
GData.GDWho
.New in version 0.2.0.
- get_email_address()¶
-
Gets the
GData.GDWho
:email-address
property.New in version 0.4.0.
- get_relation_type()¶
-
Gets the
GData.GDWho
:relation-type
property.New in version 0.4.0.
- get_value_string()¶
-
Gets the
GData.GDWho
:value-string
property.New in version 0.4.0.
- set_email_address(email_address)¶
-
Sets the
GData.GDWho
:email-address
property to email_address.Set email_address to
None
to unset the property.New in version 0.4.0.
- set_relation_type(relation_type)¶
-
Sets the
GData.GDWho
:relation-type
property to relation_type.Set relation_type to
None
to unset the property.New in version 0.4.0.
- set_value_string(value_string)¶
-
Sets the
GData.GDWho
:value-string
property to value_string.Set value_string to
None
to unset the property.New in version 0.4.0.
Property Details¶
- GData.GDWho.props.email_address¶
-
The e-mail address of the person represented by the
GData.GDWho
.For more information, see the
New in version 0.4.0.
- GData.GDWho.props.relation_type¶
-
Specifies the relationship between the containing entity and the contained person. For example:
GData.GD_WHO_EVENT_PERFORMER
orGData.GD_WHO_EVENT_ATTENDEE
.For more information, see the
New in version 0.4.0.