E.VCardVersion – libebook-contacts-1.2 Reference Manual
Packages
libebook-contacts-1.2
E
VCardVersion
@21
@30
@40
UNKNOWN
from_string
to_string
VCardVersion
Description:
[
CCode
( cprefix =
"E_VCARD_VERSION_"
, type_id =
"e_vcard_version_get_type ()"
) ]
[
Version
( since =
"3.60"
) ]
public
enum
VCardVersion
Declares vCard version.
Namespace:
E
Package:
libebook-contacts-1.2
Content:
Enum values:
@21
-
vCard 2.1
@30
-
vCard 3.0
@40
-
vCard 4.0
UNKNOWN
-
unknown vCard version
Static methods:
public
static
VCardVersion
from_string
(
string
str)
Converts the
str
into one of the
VCardVersion
.
Methods:
public
unowned
string
to_string
()
Converts the
version
into its string representation.