Method

EDataServerSourceGoaset_address

since: 3.24

Declaration [src]

void
e_source_goa_set_address (
  ESourceGoa* extension,
  const gchar* address
)

Description [src]

Sets the Address of the GNOME Online Account associated with the ESource to which extension belongs.

The internal copy of address is automatically stripped of leading and trailing whitespace. If the resulting string is empty, NULL is set instead.

Available since: 3.24

Parameters

address

Type: const gchar*

The associated GNOME Online Account’s Address, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.