Method

EDataCalDataCalreport_backend_property_changed

since: 3.2

Declaration [src]

void
e_data_cal_report_backend_property_changed (
  EDataCal* cal,
  const gchar* prop_name,
  const gchar* prop_value
)

Description [src]

Notifies client about certain property value change.

Available since: 3.2

Parameters

prop_name

Type: const gchar*

Property name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
prop_value

Type: const gchar*

New property value.

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