diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-20 16:49:49 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-20 16:49:49 +0200 |
| commit | bce0c3d0a21c4a0f53984d55c00d1505957353a3 (patch) | |
| tree | 7e17b84585e27acb3b57a74978befe70ac8a800b /lib/src/turns-participant.h | |
| parent | 7d9d987d6ccb80aabe98ee1fdb9e5bcc7394ddf2 (diff) | |
| download | turns-bce0c3d0a21c4a0f53984d55c00d1505957353a3.tar.xz turns-bce0c3d0a21c4a0f53984d55c00d1505957353a3.zip | |
lib: add wrapper for id
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); |
