Method
SpielVoicecompare
since: 1.0
Declaration [src]
gint
spiel_voice_compare (
  SpielVoice* self,
  SpielVoice* other,
  gpointer user_data
)
Description [src]
Compares the two SpielVoice values and returns a negative integer
if the first value comes before the second, 0 if they are equal, or a
positive integer if the first value comes after the second.
Available since: 1.0
Parameters
- other
- 
            Type: SpielVoiceA SpielVoiceto compare withself.The data is owned by the caller of the method. 
- user_data
- 
            Type: gpointerUser-defined callback data. The argument can be NULL.The data is owned by the caller of the method.