Method

EDataServerSourceLocaldup_email_address

since: 3.40

Declaration [src]

gchar*
e_source_local_dup_email_address (
  ESourceLocal* extension
)

Description [src]

Thread-safe variation of e_source_lcoal_get_email_address(). Use this function when accessing extension from multiple threads.

The returned string should be freed with g_free() when no longer needed.

Available since: 3.40

Return value

Type: gchar*

A newly-allocated copy of ESourceLocal:email-address.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.