Method

EDataServerSourceRegistryref_builtin_proxy

since: 3.12

Declaration [src]

ESource*
e_source_registry_ref_builtin_proxy (
  ESourceRegistry* registry
)

Description [src]

Returns the built-in proxy profile ESource.

This ESource is always present and makes for a safe fallback.

The returned ESource is referenced for thread-safety and must be unreferenced with g_object_unref() when finished with it.

Available since: 3.12

Return value

Type: ESource

The built-in proxy profile ESource.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.