Method

EDataServerSourceSelectableset_groups

unstable since: 3.62

Declaration [src]

void
e_source_selectable_set_groups (
  ESourceSelectable* extension,
  const gchar* groups
)

Description [src]

Sets the groups specification for the ESource to which extension belongs.

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

Available since: 3.62

Parameters

groups

Type: const gchar*

A comma-separated list of group names, 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.