diff options
Diffstat (limited to 'lib/src/turns-participant.h')
| -rw-r--r-- | lib/src/turns-participant.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/src/turns-participant.h b/lib/src/turns-participant.h index fa5e7cd..6ed8ac6 100644 --- a/lib/src/turns-participant.h +++ b/lib/src/turns-participant.h @@ -65,6 +65,14 @@ gboolean turns_participant_get_defeated(TurnsParticipant const * self); TurnsParticipantDisposition turns_participant_get_disposition(TurnsParticipant const * self); /** + * @brief Get the id of a participant. + * + * @param self A participant instance. The value *must not* be NULL. + * @return The id of the instance. The value is owned by the caller of the function. + */ +gchar const * turns_participant_get_id(TurnsParticipant const * self); + +/** * @brief Get the name of a participant. * * @param self A Participant instance. The value *must not* be NULL. |
