diff options
Diffstat (limited to 'lib/src/turnsmm/participant.hpp')
| -rw-r--r-- | lib/src/turnsmm/participant.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/src/turnsmm/participant.hpp b/lib/src/turnsmm/participant.hpp index 04c4fe8..53a7787 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 @@ -24,6 +25,9 @@ namespace Turns auto static get_base_type() -> GType; auto static get_type() -> GType; + auto static create() -> Glib::RefPtr<Participant>; + auto static create(Glib::ustring const & name, float priority, Disposition disposition) -> Glib::RefPtr<Participant>; + Participant(); Participant(Glib::ustring const & name, float priority, Disposition disposition); |
