E.ContactName – libebook-contacts-1.2 Reference Manual
Packages
libebook-contacts-1.2
E
ContactName
from_string
ContactName
copy
free
to_string
additional
family
given
prefixes
suffixes
ContactName
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"e_contact_name_get_type ()"
) ]
[
Compact
]
public
class
ContactName
Namespace:
E
Package:
libebook-contacts-1.2
Content:
Static methods:
public
static
ContactName
from_string
(
string
name_str)
Creation methods:
public
ContactName
()
Creates a new
ContactName
struct.
Methods:
public
ContactName
copy
()
Creates a copy of
this
.
public
void
free
()
Frees
this
and its contents.
public
string
to_string
()
Generates a string representation of
this
.
Fields:
public
string
additional
public
string
family
public
string
given
public
string
prefixes
public
string
suffixes