2
#include "../libssts/baseobject.h"
5
* I have a distaste C++. So this is not a priority, and may not even
13
this.self = s_object_new ();
17
s_object_free (this.self);
21
initialize (const schar * name) {
22
s_object_initialize (this.self, name);
26
initialize (const std::string name) {
27
s_object_initialize (this.self, name.c_str);
32
s_object_ref (this.self);
37
s_object_unref (this.self);