Method

MalcontentUseris_in_same_family

unstable since: 0.14.0

Declaration [src]

gboolean
mct_user_is_in_same_family (
  MctUser* self,
  MctUser* other
)

Description [src]

Calculate whether two users are in the same family.

See the documentation for MctUserManager for the definition of a family.

Available since: 0.14.0

Parameters

other

Type: MctUser

Another user.

The data is owned by the caller of the method.

Return value

Type: gboolean

True if self and other are in the same family, false otherwise.