EBookContacts.ContactPhoto¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
type |
r/w |
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class EBookContacts.ContactPhoto¶
- classmethod new()¶
- Returns:
A new
EBookContacts.ContactPhotostruct.- Return type:
Creates a new
EBookContacts.ContactPhotostruct.New in version 3.2.
- copy()¶
- Returns:
A new
EBookContacts.ContactPhotostruct identical to self.- Return type:
Creates a copy of self.
New in version 3.8.
- free()¶
Frees the self struct and its contents.
- get_inlined()¶
- Returns:
the
EBookContacts.inlinedimage in theEBookContacts.ContactPhoto, orNoneif it has not been set.- Return type:
Gets the self's data.
New in version 3.2.
- get_mime_type()¶
-
Gets the self's mime type.
New in version 3.2.
- get_uri()¶
-
Gets the self's URI.
New in version 3.2.
- set_inlined(data)¶
- Parameters:
data (
bytes) – theEBookContacts.inlinedimage data
Sets the self's
EBookContacts.inlineddata.New in version 3.2.