Fix GMime custom binding abstract ctors
Silences compiler warnings produced by current vala head
This commit is contained in:
parent
119846c6e6
commit
f07c84adb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue