EDataServer.SourceGoa¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
GNOME Online Account ID |
||
r/w/c/en |
GNOME Online Account’s original Address |
||
r/w/c/en |
GNOME Online Calendar URL |
||
r/w/c/en |
GNOME Online Contacts URL |
||
r/w/c/en |
GNOME Online Account’s original Name |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceGoa(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.6.
- dup_account_id()¶
- Returns:
a newly-allocated copy of
EDataServer.SourceGoa
:account-id
- Return type:
Thread-safe variation of
EDataServer.SourceGoa.get_account_id
(). Use this function when accessing self from multiple threads.The returned string should be freed with
GLib.free
() when no longer needed.New in version 3.6.
- dup_address()¶
- Returns:
a newly-allocated copy of
EDataServer.SourceGoa
:address
- Return type:
Thread-safe variation of
EDataServer.SourceGoa.get_address
(). Use this function when accessing self from multiple threads.The returned string should be freed with
GLib.free
() when no longer needed.New in version 3.24.
- dup_calendar_url()¶
- Returns:
a newly-allocated copy of
EDataServer.SourceGoa
:calendar-url
- Return type:
Thread-safe variation of
EDataServer.SourceGoa.get_calendar_url
(). Use this function when accessing self from multiple threads.The returned string should be freed with
GLib.free
() when no longer needed.New in version 3.8.
- dup_contacts_url()¶
- Returns:
a newly-allocated copy of
EDataServer.SourceGoa
:contacts-url
- Return type:
Thread-safe variation of
EDataServer.SourceGoa.get_contacts_url
(). Use this function when accessing self from multiple threads.The returned string should be freed with
GLib.free
() when no longer needed.New in version 3.8.
- dup_name()¶
- Returns:
a newly-allocated copy of
EDataServer.SourceGoa
:name
- Return type:
Thread-safe variation of
EDataServer.SourceGoa.get_name
(). Use this function when accessing self from multiple threads.The returned string should be freed with
GLib.free
() when no longer needed.New in version 3.24.
- get_account_id()¶
-
Returns the identifier string of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs.New in version 3.6.
- get_address()¶
-
Returns the original Address of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs. Can beNone
or an empty string when not filled.New in version 3.24.
- get_calendar_url()¶
-
Returns the calendar URL string of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs. Can beNone
or an empty string for accounts not supporting this property.New in version 3.8.
- get_contacts_url()¶
-
Returns the contacts URL string of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs. Can beNone
or an empty string for accounts not supporting this property.New in version 3.8.
- get_name()¶
-
Returns the original Name of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs. Can beNone
or an empty string when not filled.New in version 3.24.
- set_account_id(account_id)¶
-
Sets the identifier string of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs.The internal copy of account_id is automatically stripped of leading and trailing whitespace. If the resulting string is empty,
None
is set instead.New in version 3.6.
- set_address(address)¶
-
Sets the Address of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs.The internal copy of address is automatically stripped of leading and trailing whitespace. If the resulting string is empty,
None
is set instead.New in version 3.24.
- set_calendar_url(calendar_url)¶
-
Sets the calendar URL of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs.The internal copy of calendar_url is automatically stripped of leading and trailing whitespace. If the resulting string is empty,
None
is set instead.New in version 3.8.
- set_contacts_url(contacts_url)¶
-
Sets the contacts URL of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs.The internal copy of contacts_url is automatically stripped of leading and trailing whitespace. If the resulting string is empty,
None
is set instead.New in version 3.8.
- set_name(name)¶
-
Sets the Name of the GNOME Online Account associated with the
EDataServer.Source
to which self belongs.The internal copy of name is automatically stripped of leading and trailing whitespace. If the resulting string is empty,
None
is set instead.New in version 3.24.
Property Details¶
- EDataServer.SourceGoa.props.account_id¶
- Name:
account-id
- Type:
- Default Value:
- Flags:
GNOME Online Account ID
- EDataServer.SourceGoa.props.address¶
-
GNOME Online Account’s original Address
- EDataServer.SourceGoa.props.calendar_url¶
- Name:
calendar-url
- Type:
- Default Value:
- Flags:
GNOME Online Calendar URL
- EDataServer.SourceGoa.props.contacts_url¶
- Name:
contacts-url
- Type:
- Default Value:
- Flags:
GNOME Online Contacts URL