From de88de73ad9d13cc2a54668aa4bc6523c196ffa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 3 Oct 2019 15:22:07 +0200 Subject: New upstream version 0.30.7 --- vapi/libgdata.vapi | 6 ++---- vapi/misc.vapi | 8 -------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 vapi/misc.vapi (limited to 'vapi') diff --git a/vapi/libgdata.vapi b/vapi/libgdata.vapi index 4141f6b..bd7c4fc 100644 --- a/vapi/libgdata.vapi +++ b/vapi/libgdata.vapi @@ -436,8 +436,6 @@ namespace GData { public void set_user_defined_field (string name, string? value); public string billing_information { get; set; } [NoAccessorMethod] - public GLib.Date birthday { get; set; } - [NoAccessorMethod] public bool birthday_has_year { get; set; } [NoAccessorMethod] public bool deleted { get; } @@ -1328,9 +1326,9 @@ namespace GData { [CCode (has_construct_function = false)] protected Parsable (); [CCode (has_construct_function = false)] - public Parsable.from_json (GLib.Type parsable_type, string json, int length) throws GLib.Error; + protected Parsable.from_json (GLib.Type parsable_type, string json, int length) throws GLib.Error; [CCode (has_construct_function = false)] - public Parsable.from_xml (GLib.Type parsable_type, string xml, int length) throws GLib.Error; + protected Parsable.from_xml (GLib.Type parsable_type, string xml, int length) throws GLib.Error; [NoWrapper] public virtual void get_json (Json.Builder builder); [CCode (cname = "gdata_parsable_get_json")] diff --git a/vapi/misc.vapi b/vapi/misc.vapi deleted file mode 100644 index 805f73e..0000000 --- a/vapi/misc.vapi +++ /dev/null @@ -1,8 +0,0 @@ -namespace Workaround { -[CCode (cheader_filename = "glib.h", cname = "g_markup_collect_attributes", sentinel = "G_MARKUP_COLLECT_INVALID")] -extern bool markup_collect_attributes(string element_name, - [CCode (array_length = false, array_null_terminated = true)] - string[] attribute_names, - [CCode (array_length = false, array_null_terminated = true)] - string[] attribute_values, ...) throws GLib.MarkupError; -} -- cgit v1.2.3