Plugin: Host interface reference should be unowned.
This commit is contained in:
parent
c8f5085a15
commit
85ee333090
|
@ -22,7 +22,7 @@ namespace GObject {
|
|||
/**
|
||||
* Host Interface.
|
||||
*/
|
||||
public IHost host { get; set; default = null; }
|
||||
public unowned IHost host { get; set; default = null; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue