Plugin: Host interface reference should be unowned.

This commit is contained in:
Kolan Sh 2016-02-06 04:43:56 +03:00
parent c8f5085a15
commit 85ee333090
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace GObject {
/** /**
* Host Interface. * Host Interface.
*/ */
public IHost host { get; set; default = null; } public unowned IHost host { get; set; default = null; }
} }
} }
} }