Method

EDataServerSourceGoaset_account_id

since: 3.6

Declaration [src]

void
e_source_goa_set_account_id (
  ESourceGoa* extension,
  const gchar* account_id
)

Description [src]

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

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

Available since: 3.6

Parameters

account_id

Type: const gchar*

The associated GNOME Online Account ID, 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.