From bce0c3d0a21c4a0f53984d55c00d1505957353a3 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 20 May 2025 16:49:49 +0200 Subject: lib: add wrapper for id --- lib/src/turns-participant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src/turns-participant.h') 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); -- cgit v1.2.3