]> 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>
Sat, 20 Jan 2018 09:49:29 +0000 (10:49 +0100)
14 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/gtk+-3.0.vapi
vapi/gtk+-4.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 d256c11236e2e45556b110b5d13fdeeeb31b766b..05d2af53a425bfddb5caffd0866a615f4a9c6f9a 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 e430b8de008ae4812db57aa2f3b8e346439c275d..a28bd76bc7bc7dd55e13cfa58d791f733b940b2a 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 fbb058c88563eb00f9acde22c8534ab6510847da..63214de7f2c6408eb59643db34dd15f9f12cd410 100644 (file)
@@ -463,9 +463,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 ()")]
@@ -687,12 +690,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; }
@@ -904,6 +910,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; }
@@ -1011,6 +1018,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; }
@@ -1197,6 +1205,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 ()")]
@@ -1973,7 +1982,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 ()")]
@@ -2718,7 +2729,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 ()")]
@@ -2741,6 +2754,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 ()")]
@@ -2858,6 +2872,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; }
@@ -2894,7 +2909,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 bab0e9bb784885728b0d60d623c5acdd94003580..d4b13ae40d7dc27c40da9c7a216667879449c991 100644 (file)
@@ -817,6 +817,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 7aa8709b46d8c2cf9255e7b48c607f7d07d6e6ce..80a328671304f81336f3b9bbef0f370c327f3357 100644 (file)
@@ -75,6 +75,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; }
@@ -83,6 +84,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 043010e90c4a568446da3905e4e31dec5bd4b2f5..dc39d56485634c230b458d39ec8febc515e75309 100644 (file)
@@ -3004,6 +3004,7 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                [Version (since = "2.6")]
                public FileChooserButton.with_dialog (Gtk.Dialog dialog);
+               [NoAccessorMethod]
                [Version (since = "2.6")]
                public Gtk.FileChooser dialog { construct; }
                [Version (since = "2.6")]
@@ -5009,6 +5010,7 @@ namespace Gtk {
                [PrintfFormat]
                [Version (since = "2.4")]
                public MessageDialog.with_markup (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string? message_format, ...);
+               [NoAccessorMethod]
                public Gtk.ButtonsType buttons { construct; }
                [Version (deprecated = true, deprecated_since = "3.12", since = "2.10")]
                public Gtk.Widget image { get; set; }
@@ -10687,6 +10689,7 @@ namespace Gtk {
                public int limit { get; set; }
                [Version (since = "2.10")]
                public bool local_only { get; set; }
+               [NoAccessorMethod]
                [Version (since = "2.10")]
                public Gtk.RecentManager recent_manager { construct; }
                [Version (since = "2.10")]
index 816cce11c2064f3fb39e6357d3c29e59e71506de..793253a2827142e132a300eece3fbb114decd328 100644 (file)
@@ -8925,6 +8925,7 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                [Version (since = "2.6")]
                public FileChooserButton.with_dialog (Gtk.Dialog dialog);
+               [NoAccessorMethod]
                [Version (since = "2.6")]
                public Gtk.FileChooser dialog { construct; }
                [Version (since = "2.6")]
@@ -10605,6 +10606,7 @@ namespace Gtk {
                [PrintfFormat]
                [Version (since = "2.4")]
                public MessageDialog.with_markup (Gtk.Window? parent, Gtk.DialogFlags flags, Gtk.MessageType type, Gtk.ButtonsType buttons, string? message_format, ...);
+               [NoAccessorMethod]
                public Gtk.ButtonsType buttons { construct; }
                [Version (since = "2.22")]
                public Gtk.Widget message_area { get; }
@@ -14980,6 +14982,7 @@ namespace Gtk {
                [ConcreteAccessor]
                [Version (since = "2.10")]
                public abstract bool local_only { get; set; }
+               [NoAccessorMethod]
                [Version (since = "2.10")]
                public abstract Gtk.RecentManager recent_manager { construct; }
                [ConcreteAccessor]
index efabe2071c72022ac94b6dc442ec840cee157eab..c7c4eedb60e1febee4f353931a51e80847d377c1 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 720690829572ad903d51c0d54b514f9e0222ebc5..5192257921cbb731daa07f17528deacd80b64631 100644 (file)
@@ -1009,7 +1009,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 f03ac4cf5ac1ebf4fd0992bf3be8c304aa9d6945..307f173d992088275c99af553a8f0907b8a80414 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 76170a9903afbcfbce596e6a72444904e8d6966c..10dbc371136f8bfcd7b4df57afa9903d22542cbd 100644 (file)
@@ -1096,6 +1096,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 7a53697b4bf1a16e832bf8642a27fcf44de9bcf8..ed3f7050eb71c7bf11bb4ee7a3d5c329392563c8 100644 (file)
@@ -2447,6 +2447,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 ()")]