summaryrefslogtreecommitdiff
path: root/lib/src/turns-turn-order.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/turns-turn-order.h')
-rw-r--r--lib/src/turns-turn-order.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/src/turns-turn-order.h b/lib/src/turns-turn-order.h
index a69700f..91220b9 100644
--- a/lib/src/turns-turn-order.h
+++ b/lib/src/turns-turn-order.h
@@ -67,6 +67,14 @@ void turns_turn_order_add(TurnsTurnOrder * self, TurnsParticipant * participant)
void turns_turn_order_clear(TurnsTurnOrder * self);
/**
+ * turns_turn_order_remove_at:
+ * @self: a turn order
+ *
+ * Removes the participant at the given position.
+ */
+void turns_turn_order_remove_at(TurnsTurnOrder * self, guint position);
+
+/**
* turns_turn_order_get_participant_count:
* @self: a turn order.
*