summaryrefslogtreecommitdiff
path: root/lib/src/turns-participant.h
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-20 10:08:01 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-20 10:08:01 +0200
commit7d9d987d6ccb80aabe98ee1fdb9e5bcc7394ddf2 (patch)
tree636c9daea8b2278b731fd364f366967d05945ee9 /lib/src/turns-participant.h
parent3888afed7c875ee400290f3214d7a377a13394c7 (diff)
downloadturns-7d9d987d6ccb80aabe98ee1fdb9e5bcc7394ddf2.tar.xz
turns-7d9d987d6ccb80aabe98ee1fdb9e5bcc7394ddf2.zip
lib: add basic uuid to participant
Diffstat (limited to 'lib/src/turns-participant.h')
-rw-r--r--lib/src/turns-participant.h8
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.