summaryrefslogtreecommitdiff
path: root/lib/src/turnsmm/participant.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-16 11:12:43 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-16 11:12:43 +0200
commit84fb875123201f28a3333285b6323037b08accb4 (patch)
treed588328fbb4ffcfc803d4cde7f749566984ea28c /lib/src/turnsmm/participant.hpp
parent06200268231281ce925c8eea83cfd30fa824af2b (diff)
downloadturns-84fb875123201f28a3333285b6323037b08accb4.tar.xz
turns-84fb875123201f28a3333285b6323037b08accb4.zip
lib: implement ListModel interface for TurnOrder
Diffstat (limited to 'lib/src/turnsmm/participant.hpp')
-rw-r--r--lib/src/turnsmm/participant.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/src/turnsmm/participant.hpp b/lib/src/turnsmm/participant.hpp
index b41c64b..04c4fe8 100644
--- a/lib/src/turnsmm/participant.hpp
+++ b/lib/src/turnsmm/participant.hpp
@@ -8,6 +8,7 @@
#include <glibmm/propertyproxy.h>
#include <glibmm/refptr.h>
#include <glibmm/ustring.h>
+#include <glib-object.h>
namespace Turns
{
@@ -20,6 +21,9 @@ namespace Turns
using CppClassType = class Participant_Class;
using CppObjectType = Participant;
+ auto static get_base_type() -> GType;
+ auto static get_type() -> GType;
+
Participant();
Participant(Glib::ustring const & name, float priority, Disposition disposition);