E.ContactPhoto – libebook-contacts-1.2 Reference Manual
Packages
libebook-contacts-1.2
E
ContactPhoto
ContactPhoto
copy
free
get_inlined
get_mime_type
get_uri
set_inlined
set_mime_type
set_uri
data_inlined_data
data_inlined_length
data_inlined_mime_type
data_uri
type
ContactPhoto
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"e_contact_photo_get_type ()"
) ]
[
Compact
]
public
class
ContactPhoto
Namespace:
E
Package:
libebook-contacts-1.2
Content:
Creation methods:
public
ContactPhoto
()
Creates a new
ContactPhoto
struct.
Methods:
public
ContactPhoto
copy
()
Creates a copy of
this
.
public
void
free
()
Frees the
this
struct and its contents.
public
unowned
uint8
[]?
get_inlined
()
Gets the
this
's data.
public
unowned
string
?
get_mime_type
()
Gets the
this
's mime type.
public
unowned
string
?
get_uri
()
Gets the
this
's URI.
public
void
set_inlined
(
uint8
[] data)
Sets the
this
's inlined data.
public
void
set_mime_type
(
string
mime_type)
Sets the
this
's mime type.
public
void
set_uri
(
string
uri)
Sets the
this
's URI.
Fields:
public
uint8
data_inlined_data
public
size_t
data_inlined_length
public
unowned
string
data_inlined_mime_type
public
unowned
string
data_uri
public
ContactPhotoType
type