Plugin.host should be a public property.
This commit is contained in:
parent
285c0d44e0
commit
1d505afe4c
|
@ -22,7 +22,7 @@ namespace GObject {
|
|||
/**
|
||||
* Host Interface.
|
||||
*/
|
||||
public IHost host = null;
|
||||
public IHost host { get; set; default = null; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue