]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Regenerate GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 20 Jan 2018 09:49:29 +0000 (10:49 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 30 Jan 2018 07:14:03 +0000 (08:14 +0100)
12 files changed:
vapi/clutter-1.0.vapi
vapi/cogl-pango-1.0.vapi
vapi/gdl-3.0.vapi
vapi/gio-2.0.vapi
vapi/gstreamer-1.0.vapi
vapi/gstreamer-player-1.0.vapi
vapi/libpeas-1.0.vapi
vapi/libsoup-2.4.vapi
vapi/polkit-gobject-1.vapi
vapi/rest-extras-0.7.vapi
vapi/webkit2gtk-4.0.vapi
vapi/webkit2gtk-web-extension-4.0.vapi

index dc2ee93921120283387239c7b2105e6212822ea5..9c5184ac9cfc381e09c86dd43f259962ac1f1f00 100644 (file)
@@ -7110,6 +7110,7 @@ namespace Clutter {
                [CCode (has_construct_function = false)]
                protected Settings ();
                public static unowned Clutter.Settings get_default ();
+               [NoAccessorMethod]
                [Version (deprecated = true, deprecated_since = "1.10", since = "1.4")]
                public Clutter.Backend backend { construct; }
                [NoAccessorMethod]
@@ -7189,6 +7190,7 @@ namespace Clutter {
                public virtual string get_static_shader_source ();
                public bool set_shader_source (string source);
                public void set_uniform_value (string name, GLib.Value value);
+               [NoAccessorMethod]
                public Clutter.ShaderType shader_type { construct; }
        }
        [CCode (cheader_filename = "clutter/clutter.h", type_id = "clutter_shader_float_get_type ()")]
index ebdee267443109065e7ef35cb94a8b72ed067447..1a1a4e39074e6b1cdae0e26e5211e1cf467449f7 100644 (file)
@@ -6,6 +6,7 @@ namespace CoglPango {
        public class Renderer : Pango.Renderer {
                [CCode (has_construct_function = false)]
                protected Renderer ();
+               [NoAccessorMethod]
                public void* context { construct; }
        }
        [CCode (cheader_filename = "cogl-pango/cogl-pango.h")]
index ee58054e4423436335abd63069eba39f7256736d..79dc6f9691a553a8a485135473f12288e4440a38 100644 (file)
@@ -147,6 +147,7 @@ namespace Gdl {
                public void set_cursor (bool in_drag);
                public void set_label (Gtk.Widget label);
                public void show_handle ();
+               [NoAccessorMethod]
                public Gdl.DockItem item { construct; }
        }
        [CCode (cheader_filename = "gdl/gdl.h", type_id = "gdl_dock_layout_get_type ()")]
index 9f4b6006627007537f680fe4153e88f898d02515..c6fe00bbf3e0166b0ef99cd288b8777835c478c7 100644 (file)
@@ -451,9 +451,12 @@ namespace GLib {
                public virtual void printerr_literal (string message);
                [Version (since = "2.28")]
                public void set_exit_status (int exit_status);
+               [NoAccessorMethod]
                public GLib.Variant arguments { construct; }
                public bool is_remote { get; }
+               [NoAccessorMethod]
                public GLib.Variant options { construct; }
+               [NoAccessorMethod]
                public GLib.Variant platform_data { construct; }
        }
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_buffered_input_stream_get_type ()")]
@@ -671,12 +674,15 @@ namespace GLib {
                public void unexport_menu_model (uint export_id);
                public bool unregister_object (uint registration_id);
                public bool unregister_subtree (uint registration_id);
+               [NoAccessorMethod]
                public string address { construct; }
+               [NoAccessorMethod]
                public GLib.DBusAuthObserver authentication_observer { construct; }
                public GLib.DBusCapabilityFlags capabilities { get; }
                [NoAccessorMethod]
                public bool closed { get; }
                public bool exit_on_close { get; set; }
+               [NoAccessorMethod]
                public GLib.DBusConnectionFlags flags { construct; }
                public string guid { get; construct; }
                public GLib.IOStream stream { get; construct; }
@@ -882,6 +888,7 @@ namespace GLib {
                public static async GLib.DBusObjectManagerClient new_for_bus (GLib.BusType bus_type, GLib.DBusObjectManagerClientFlags flags, string name, string object_path, [CCode (delegate_target_pos = 5.33333, destroy_notify_pos = 5.66667)] owned GLib.DBusProxyTypeFunc? get_proxy_type_func, GLib.Cancellable? cancellable = null) throws GLib.Error;
                [CCode (has_construct_function = false, type = "GDBusObjectManager*")]
                public DBusObjectManagerClient.sync (GLib.DBusConnection connection, GLib.DBusObjectManagerClientFlags flags, string? name, string object_path, [CCode (delegate_target_pos = 5.33333, destroy_notify_pos = 5.66667)] owned GLib.DBusProxyTypeFunc? get_proxy_type_func, GLib.Cancellable? cancellable = null) throws GLib.Error;
+               [NoAccessorMethod]
                public GLib.BusType bus_type { construct; }
                public GLib.DBusConnection connection { get; construct; }
                public GLib.DBusObjectManagerClientFlags flags { get; construct; }
@@ -985,6 +992,7 @@ namespace GLib {
                public void set_interface_info (GLib.DBusInterfaceInfo? info);
                [CCode (has_construct_function = false)]
                public DBusProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, GLib.DBusInterfaceInfo? info, string? name, string object_path, string interface_name, GLib.Cancellable? cancellable = null) throws GLib.Error;
+               [NoAccessorMethod]
                public GLib.BusType g_bus_type { construct; }
                [NoAccessorMethod]
                public GLib.DBusConnection g_connection { owned get; construct; }
@@ -1171,6 +1179,7 @@ namespace GLib {
                public virtual GLib.FileInfo? next_file (GLib.Cancellable? cancellable = null) throws GLib.Error;
                public virtual async GLib.List<GLib.FileInfo> next_files_async (int num_files, int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public void set_pending (bool pending);
+               [NoAccessorMethod]
                public GLib.File container { construct; }
        }
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_file_io_stream_get_type ()")]
@@ -1947,7 +1956,9 @@ namespace GLib {
                [NoAccessorMethod]
                [Version (since = "2.46")]
                public bool invert_boolean { get; construct; }
+               [NoAccessorMethod]
                public GLib.Object object { construct; }
+               [NoAccessorMethod]
                public string property_name { construct; }
        }
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_proxy_address_get_type ()")]
@@ -2688,7 +2699,9 @@ namespace GLib {
                public bool wait_check (GLib.Cancellable? cancellable = null) throws GLib.Error;
                public async bool wait_check_async (GLib.Cancellable? cancellable = null) throws GLib.Error;
                [CCode (array_length = false, array_null_terminated = true)]
+               [NoAccessorMethod]
                public string[] argv { construct; }
+               [NoAccessorMethod]
                public GLib.SubprocessFlags flags { construct; }
        }
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_subprocess_launcher_get_type ()")]
@@ -2711,6 +2724,7 @@ namespace GLib {
                public void take_stdin_fd (int fd);
                public void take_stdout_fd (int fd);
                public void unsetenv (string variable);
+               [NoAccessorMethod]
                public GLib.SubprocessFlags flags { construct; }
        }
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_task_get_type ()")]
@@ -2828,6 +2842,7 @@ namespace GLib {
                public void prepend_name (string iconname);
                [CCode (has_construct_function = false, type = "GIcon*")]
                public ThemedIcon.with_default_fallbacks (string iconname);
+               [NoAccessorMethod]
                public string name { construct; }
                [CCode (array_length = false, array_null_terminated = true)]
                public string[] names { get; construct; }
@@ -2864,7 +2879,9 @@ namespace GLib {
                [NoAccessorMethod]
                public string certificate_pem { owned get; construct; }
                public GLib.TlsCertificate issuer { get; construct; }
+               [NoAccessorMethod]
                public GLib.ByteArray private_key { construct; }
+               [NoAccessorMethod]
                public string private_key_pem { construct; }
        }
        [CCode (cheader_filename = "gio/gio.h", type_id = "g_tls_connection_get_type ()")]
index 4e8bf80dce6e85c4b63303595a553a414c927466..23aa34ed2794cae2d7869c3a4403a92f6f32f67a 100644 (file)
@@ -787,6 +787,7 @@ namespace Gst {
                public Gst.BusSyncReply sync_signal_handler (Gst.Message message, void* data);
                public Gst.Message? timed_pop (Gst.ClockTime timeout);
                public Gst.Message? timed_pop_filtered (Gst.ClockTime timeout, Gst.MessageType types);
+               [NoAccessorMethod]
                public bool enable_async { construct; }
                public virtual signal void message (Gst.Message message);
                public virtual signal void sync_message (Gst.Message message);
index 6ba8440fe29fa9e2e26f57776e1b626c18569d3f..ce0d000c2018b941c69693328331999416ab1fba 100644 (file)
@@ -71,6 +71,7 @@ namespace Gst {
                public Gst.Element pipeline { owned get; }
                public uint64 position { get; }
                public double rate { get; set; }
+               [NoAccessorMethod]
                public Gst.PlayerSignalDispatcher signal_dispatcher { construct; }
                [NoAccessorMethod]
                public string suburi { owned get; set; }
@@ -79,6 +80,7 @@ namespace Gst {
                public Gst.Video.MultiviewFlags video_multiview_flags { get; set; }
                [NoAccessorMethod]
                public Gst.Video.MultiviewFramePacking video_multiview_mode { get; set; }
+               [NoAccessorMethod]
                public Gst.PlayerVideoRenderer video_renderer { construct; }
                public double volume { get; set; }
                public signal void buffering (int object);
index a2bc808b50bd4d77f11befbb79bc788477923d9f..00c68bdb3fd0385954344f9620059f266b2a42e9 100644 (file)
@@ -62,6 +62,7 @@ namespace Peas {
                public unowned Peas.Extension get_extension (Peas.PluginInfo info);
                [CCode (cname = "peas_extension_set_newv", has_construct_function = false)]
                public ExtensionSet.newv (Peas.Engine? engine, GLib.Type exten_type, [CCode (array_length_cname = "n_parameters", array_length_pos = 2.5, array_length_type = "guint")] GLib.Parameter[] parameters);
+               [NoAccessorMethod]
                public void* construct_properties { construct; }
                [NoAccessorMethod]
                public Peas.Engine engine { owned get; construct; }
index 13100dc76d53b3c8dce5dbb422ab5b7dd064b48a..e925eb1c4588485ebb20b5b4fc963ef972df13c7 100644 (file)
@@ -1007,7 +1007,9 @@ namespace Soup {
                [NoAccessorMethod]
                public GLib.MainContext async_context { owned get; construct; }
                public int fd { get; construct; }
+               [NoAccessorMethod]
                public GLib.Socket gsocket { construct; }
+               [NoAccessorMethod]
                public GLib.IOStream iostream { construct; }
                [NoAccessorMethod]
                public bool ipv6_only { get; set; }
index 5dbb3d378573b40100088da8ce1813df37fc8263..d6b42973263f3fb23ebc2689c5a1569a6f960f36 100644 (file)
@@ -153,6 +153,7 @@ namespace Polkit {
                public UnixSession.for_process_sync (int pid, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public unowned string get_session_id ();
                public void set_session_id (string session_id);
+               [NoAccessorMethod]
                public int pid { construct; }
                public string session_id { get; set construct; }
        }
index 134ef649621e00c7c15ac44a76cb8afb11bb9bc0..d8d5f44038d3c970934ae65778ad1a689d327aaa 100644 (file)
@@ -37,6 +37,7 @@ namespace Rest {
        public class FlickrProxyCall : Rest.ProxyCall {
                [CCode (has_construct_function = false)]
                protected FlickrProxyCall ();
+               [NoAccessorMethod]
                public bool upload { construct; }
        }
        [CCode (cheader_filename = "rest-extras/lastfm-proxy.h", type_id = "lastfm_proxy_get_type ()")]
index 98d05e239f1a1bcaedea1a32b394f5abe7b762ec..7461143430730935a167ed548548c5139714f51a 100644 (file)
@@ -885,6 +885,7 @@ namespace WebKit {
                [NoAccessorMethod]
                [Version (since = "2.8")]
                public bool is_playing_audio { get; }
+               [NoAccessorMethod]
                [Version (since = "2.4")]
                public WebKit.WebView related_view { construct; }
                [Version (since = "2.6")]
index f4c0fa70c47a5f6b00b3f560b0c1828498a31ed1..ddad81a91a8859f2a558a812363d5daa79e3f1a8 100644 (file)
@@ -2354,6 +2354,7 @@ namespace WebKit {
                        public void* coreObject;
                        [CCode (has_construct_function = false)]
                        protected Object ();
+                       [NoAccessorMethod]
                        public void* core_object { construct; }
                }
                [CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_processing_instruction_get_type ()")]