Fix another GMime custom binding abstract ctors
Silences compiler warnings produced by current vala head
This commit is contained in:
parent
f07c84adb3
commit
6af84001f2
1 changed files with 1 additions and 1 deletions
|
|
@ -722,7 +722,7 @@ namespace GMime {
|
|||
[CCode (cname = "g_mime_object_to_string")]
|
||||
public string to_string ();
|
||||
[CCode (cname = "g_mime_object_new_type", has_construct_function = false)]
|
||||
public Object.type (string type, string subtype);
|
||||
protected Object.type (string type, string subtype);
|
||||
[CCode (cname = "g_mime_object_type_registry_init")]
|
||||
public static void type_registry_init ();
|
||||
[CCode (cname = "g_mime_object_type_registry_shutdown")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue