diff options
Diffstat (limited to 'lib/src/turns-participant.h')
| -rw-r--r-- | lib/src/turns-participant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/src/turns-participant.h b/lib/src/turns-participant.h index 6ed8ac6..edfdf9e 100644 --- a/lib/src/turns-participant.h +++ b/lib/src/turns-participant.h @@ -68,7 +68,7 @@ TurnsParticipantDisposition turns_participant_get_disposition(TurnsParticipant c * @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. + * @return The id of the instance. The data ist owned by the instance. */ gchar const * turns_participant_get_id(TurnsParticipant const * self); |
