Method

EDataServerSourceBackenddup_backend_name

since: 3.6

Declaration [src]

gchar*
e_source_backend_dup_backend_name (
  ESourceBackend* extension
)

Description [src]

Thread-safe variation of e_source_backend_get_backend_name(). 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.6

Return value

Type: gchar*

A newly-allocated copy of ESourceBackend:backend-name.

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