Fix GMime custom binding abstract ctors

Silences compiler warnings produced by current vala head
This commit is contained in:
Michael Gratton 2019-07-17 15:36:09 +10:00
parent 119846c6e6
commit f07c84adb3

View file

@ -676,7 +676,7 @@ namespace GMime {
public weak GMime.ContentDisposition disposition;
public weak GMime.HeaderList headers;
[CCode (cname = "g_mime_object_new", has_construct_function = false)]
public Object (GMime.ContentType content_type);
protected Object (GMime.ContentType content_type);
[CCode (cname = "g_mime_object_append_header")]
public virtual void append_header (string header, string value);
[CCode (cname = "g_mime_object_encode")]