EBookContacts.ContactPhoto¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
type |
r/w |
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class EBookContacts.ContactPhoto¶
- classmethod new()¶
- Returns:
A new
EBookContacts.ContactPhoto
struct.- Return type:
Creates a new
EBookContacts.ContactPhoto
struct.New in version 3.2.
- copy()¶
- Returns:
A new
EBookContacts.ContactPhoto
struct 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.inlined
image in theEBookContacts.ContactPhoto
, orNone
if 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.inlined
image data
Sets the self's
EBookContacts.inlined
data.New in version 3.2.