return null;
}
- public weak string to_string () {
+ public unowned string to_string () {
switch (this) {
case Bullet.NONE:
return "none";
return null;
}
- public weak string to_string () {
+ public unowned string to_string () {
switch (this) {
case Style.NONE:
return "none";
return null;
}
- public weak string to_string () {
+ public unowned string to_string () {
switch (this) {
case Language.GENIE:
return "Genie";
return null;
}
- public weak string to_string () {
+ public unowned string to_string () {
switch (this) {
case HorizontalAlign.LEFT:
return "left";
return null;
}
- public weak string to_string () {
+ public unowned string to_string () {
switch (this) {
case VerticalAlign.TOP:
return "top";