]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update GIR-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 17 Jul 2017 16:04:33 +0000 (18:04 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 17 Jul 2017 16:04:33 +0000 (18:04 +0200)
vapi/gtk+-4.0.vapi
vapi/json-glib-1.0.vapi
vapi/packagekit-glib2.vapi

index 006f18fe442df8746899e958a070dfc80d41c06f..ad18eeece71abd9a5ff3dd312eac21c1cf985416 100644 (file)
@@ -16634,6 +16634,7 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_TEXT_WINDOW_", type_id = "gtk_text_window_type_get_type ()")]
        public enum TextWindowType {
+               PRIVATE,
                WIDGET,
                TEXT,
                LEFT,
index ddc14556c71633eac3aa24dd19af4ada40a5af4c..38e1d6da9d43e00ae8ef25d7395af628a2463399 100644 (file)
@@ -103,6 +103,8 @@ namespace Json {
                public void set_root (Json.Node node);
                public string to_data (out size_t length);
                public bool to_file (string filename) throws GLib.Error;
+               [Version (since = "1.4")]
+               public unowned GLib.StringBuilder to_gstring (GLib.StringBuilder string);
                [Version (since = "0.12")]
                public bool to_stream (GLib.OutputStream stream, GLib.Cancellable? cancellable = null) throws GLib.Error;
                public uint indent { get; set; }
index 5a1de47f866409b9929279b23db81d080d30fdf1..247db59c8afca242719bb9dadb4bf7650a94452a 100644 (file)
@@ -1573,7 +1573,8 @@ namespace Pk {
                UNKNOWN,
                REBOOT,
                POWER_OFF,
-               UNSET;
+               UNSET,
+               LAST;
                [Version (since = "0.9.6")]
                public static Pk.OfflineAction from_string (string action);
                [Version (since = "0.9.6")]
@@ -1801,7 +1802,8 @@ namespace Pk {
        public errordomain OfflineError {
                FAILED,
                INVALID_VALUE,
-               NO_DATA;
+               NO_DATA,
+               LAST;
                [Version (since = "0.9.6")]
                public static GLib.Quark quark ();
        }