Class
EBookContactsVCard
Instance methods
e_vcard_add_attribute_with_value
Prepends attr to evcard, setting it to value. This takes ownership of
attr.
e_vcard_add_attribute_with_values
Prepends attr to evcard, assigning the list of values to it. This takes
ownership of attr.
e_vcard_append_attribute
Appends attr to evc to the end of a list of attributes. This takes
ownership of attr.
since: 2.32
e_vcard_append_attribute_with_value
Appends attr to evcard, setting it to value. This takes ownership of
attr.
since: 2.32
e_vcard_append_attribute_with_values
Appends attr to evcard, assigning the list of values to it. This takes
ownership of attr.
since: 2.32
e_vcard_construct_full
Similar to e_vcard_construct_with_uid(), but can also
be used with an str that is not NULL terminated.
since: 3.12
e_vcard_construct_with_uid
Constructs the existing EVCard, evc, setting its vCard data to str, and
adding a new UID attribute with the value given in uid (if uid is non-NULL).
since: 3.4
e_vcard_get_attribute
Get the attribute name from evc. The EVCardAttribute is owned by
evcard and should not be freed. If the attribute does not exist, NULL is returned.
e_vcard_get_attribute_if_parsed
Similar to e_vcard_get_attribute() but this method will not attempt to
parse the vCard if it is not already parsed.
since: 3.4
e_vcard_get_attributes
Gets the list of all attributes from evcard. The list and its
contents are owned by evcard, and must not be freed.
e_vcard_is_parsed
Check if the evc has been parsed already, as EVCard implements lazy parsing
of its vCard data. Used for debugging.
since: 3.2
e_vcard_remove_attributes
Removes all the attributes with group name and attribute name equal to the
passed in values. If attr_group is NULL or an empty string,
it removes all the attributes with passed in name irrespective of
their group names.
e_vcard_util_set_x_attribute
Sets an “X-” attribute x_name to value value in vcard, or
removes it from vcard, when value is NULL.
since: 3.26
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct EBookContactsVCardClass {
GObjectClass parent_class;
void (* _ebook_reserved0) (
void
);
void (* _ebook_reserved1) (
void
);
void (* _ebook_reserved2) (
void
);
void (* _ebook_reserved3) (
void
);
void (* _ebook_reserved4) (
void
);
}
No description available.
Class members
parent_class: GObjectClassNo description available.
_ebook_reserved0: void (* _ebook_reserved0) ( void )No description available.
_ebook_reserved1: void (* _ebook_reserved1) ( void )No description available.
_ebook_reserved2: void (* _ebook_reserved2) ( void )No description available.
_ebook_reserved3: void (* _ebook_reserved3) ( void )No description available.
_ebook_reserved4: void (* _ebook_reserved4) ( void )No description available.