Function
EDataServerWebDAVDiscoverRefSourceFunc
since: 3.30
Parameters
user_data-
Type:
gpointerUser data, as passed to
e_webdav_discover_sources_full()or e_webdav_discover_sources_full_sync().The argument can be NULL.The data is owned by the caller of the function. uid-
Type:
const gchar*An
ESourceUID to return.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: ESource
An ESource with UID uid, or NULL, if not found.
Dereference the returned non-NULL ESource with g_object_unref(), when no longer needed.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |