Method

ECalComponentOrganizerset_sentby

since: 3.34

Declaration [src]

void
e_cal_component_organizer_set_sentby (
  ECalComponentOrganizer* organizer,
  const gchar* sentby
)

Description [src]

Set the organizer sentby parameter. The NULL and empty strings are treated as unset the value.

Available since: 3.34

Parameters

sentby

Type: const gchar*

The value to set.

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