Method

SpielVoiceequal

since: 1.0

Declaration [src]

gboolean
spiel_voice_equal (
  SpielVoice* self,
  SpielVoice* other
)

Description [src]

Compares the two SpielVoice values and returns TRUE if equal.

Available since: 1.0

Parameters

other

Type: SpielVoice

A SpielVoice to compare with self.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the two voices match.