Function

ICalGLibPropertykind_has_property

since: 1.0

Declaration [src]

gint
i_cal_property_kind_has_property (
  ICalPropertyKind kind,
  gint e
)

Description [src]

Checks whether the enum belongs to the ICalPropertyKind.

Available since: 1.0

Parameters

kind

Type: ICalPropertyKind

A ICalPropertyKind.

e

Type: gint

The enum to be checked.

Return value

Type: gint

1 if yes, 0 if not.