summaryrefslogtreecommitdiff
path: root/lib/src/turnsmm/participant.hpp
diff options
context:
space:
mode:
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);