summaryrefslogtreecommitdiff
path: root/vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-01-20 10:49:29 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-01-30 08:14:03 +0100
commitcd3b6be8b4bb7fa6f6406adbf2e0ec35cd8e926e (patch)
treee9db20a898bd7d84563426a1794e2058b9485306 /vapi
parent6b673a3749f801be72a895b9eb7b333c4c6a44e8 (diff)
downloadvala-cd3b6be8b4bb7fa6f6406adbf2e0ec35cd8e926e.tar.gz
Regenerate GIR-based bindings
Diffstat (limited to 'vapi')
-rw-r--r--vapi/clutter-1.0.vapi2
-rw-r--r--vapi/cogl-pango-1.0.vapi1
-rw-r--r--vapi/gdl-3.0.vapi1
-rw-r--r--vapi/gio-2.0.vapi17
-rw-r--r--vapi/gstreamer-1.0.vapi1
-rw-r--r--vapi/gstreamer-player-1.0.vapi2
-rw-r--r--vapi/libpeas-1.0.vapi1
-rw-r--r--vapi/libsoup-2.4.vapi2
-rw-r--r--vapi/polkit-gobject-1.vapi1
-rw-r--r--vapi/rest-extras-0.7.vapi1
-rw-r--r--vapi/webkit2gtk-4.0.vapi1
-rw-r--r--vapi/webkit2gtk-web-extension-4.0.vapi1
12 files changed, 31 insertions, 0 deletions
diff --git a/vapi/clutter-1.0.vapi b/vapi/clutter-1.0.vapi
index dc2ee9392..9c5184ac9 100644
--- a/vapi/clutter-1.0.vapi
+++ b/vapi/clutter-1.0.vapi
@@ -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 ()")]
diff --git a/vapi/cogl-pango-1.0.vapi b/vapi/cogl-pango-1.0.vapi
index ebdee2674..1a1a4e390 100644
--- a/vapi/cogl-pango-1.0.vapi
+++ b/vapi/cogl-pango-1.0.vapi
@@ -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")]
diff --git a/vapi/gdl-3.0.vapi b/vapi/gdl-3.0.vapi
index ee58054e4..79dc6f969 100644
--- a/vapi/gdl-3.0.vapi
+++ b/vapi/gdl-3.0.vapi
@@ -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 ()")]
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 9f4b60066..c6fe00bbf 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -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 ()")]
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index 4e8bf80dc..23aa34ed2 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -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);
diff --git a/vapi/gstreamer-player-1.0.vapi b/vapi/gstreamer-player-1.0.vapi
index 6ba8440fe..ce0d000c2 100644
--- a/vapi/gstreamer-player-1.0.vapi
+++ b/vapi/gstreamer-player-1.0.vapi
@@ -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);
diff --git a/vapi/libpeas-1.0.vapi b/vapi/libpeas-1.0.vapi
index a2bc808b5..00c68bdb3 100644
--- a/vapi/libpeas-1.0.vapi
+++ b/vapi/libpeas-1.0.vapi
@@ -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; }
diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
index 13100dc76..e925eb1c4 100644
--- a/vapi/libsoup-2.4.vapi
+++ b/vapi/libsoup-2.4.vapi
@@ -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; }
diff --git a/vapi/polkit-gobject-1.vapi b/vapi/polkit-gobject-1.vapi
index 5dbb3d378..d6b429732 100644
--- a/vapi/polkit-gobject-1.vapi
+++ b/vapi/polkit-gobject-1.vapi
@@ -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; }
}
diff --git a/vapi/rest-extras-0.7.vapi b/vapi/rest-extras-0.7.vapi
index 134ef6496..d8d5f4403 100644
--- a/vapi/rest-extras-0.7.vapi
+++ b/vapi/rest-extras-0.7.vapi
@@ -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 ()")]
diff --git a/vapi/webkit2gtk-4.0.vapi b/vapi/webkit2gtk-4.0.vapi
index 98d05e239..746114343 100644
--- a/vapi/webkit2gtk-4.0.vapi
+++ b/vapi/webkit2gtk-4.0.vapi
@@ -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")]
diff --git a/vapi/webkit2gtk-web-extension-4.0.vapi b/vapi/webkit2gtk-web-extension-4.0.vapi
index f4c0fa70c..ddad81a91 100644
--- a/vapi/webkit2gtk-web-extension-4.0.vapi
+++ b/vapi/webkit2gtk-web-extension-4.0.vapi
@@ -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 ()")]