diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-13 15:59:02 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-13 15:59:02 +0200 |
| commit | 9513f7303ffde9fbda869e346523a23197f4ece9 (patch) | |
| tree | f35ab8afa3273d1a8c4da2fc2ac9580a157a3a2c /lib/src/turns-participant.h | |
| parent | 661e98cf8bb61f29049d405aef9cdaace1449ac8 (diff) | |
| download | turns-9513f7303ffde9fbda869e346523a23197f4ece9.tar.xz turns-9513f7303ffde9fbda869e346523a23197f4ece9.zip | |
lib: begin TurnOrder implementation
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 a0e0d98..3ddfaa6 100644 --- a/lib/src/turns-participant.h +++ b/lib/src/turns-participant.h @@ -20,7 +20,7 @@ G_DECLARE_FINAL_TYPE(TurnsParticipant, turns_participant, TURNS, PARTICIPANT, GO * - @p priority is 0.0f * - @p disposition is Disposition.Neutral. */ -TurnsParticipant * turns_participant_new() G_GNUC_WARN_UNUSED_RESULT; +TurnsParticipant * turns_participant_new(void) G_GNUC_WARN_UNUSED_RESULT; /** * @brief Construct a new Participant with the given values. |
