]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Perform missing rebuild
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 29 Apr 2014 21:10:02 +0000 (23:10 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 29 Apr 2014 21:10:02 +0000 (23:10 +0200)
Fixes e657266432c73b292a17e5207184ebed4dd3ef44

vapi/gtk+-3.0.vapi

index 29811839c3cedf39e9b29ea56b974337cdfab2f6..93f13a1b065ac5683d09d3ae399730de572f4667 100644 (file)
@@ -9250,8 +9250,6 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public static bool events_pending ();
        [CCode (cheader_filename = "gtk/gtk.h")]
-       public static void exit (int error_code);
-       [CCode (cheader_filename = "gtk/gtk.h")]
        public static uint get_binary_age ();
        [CCode (cheader_filename = "gtk/gtk.h")]
        public static Gdk.Event get_current_event ();
@@ -9504,8 +9502,6 @@ namespace Gtk {
        [CCode (cheader_filename = "gtk/gtk.h")]
        public static void set_debug_flags (uint flags);
        [CCode (cheader_filename = "gtk/gtk.h")]
-       public static unowned string set_locale ();
-       [CCode (cheader_filename = "gtk/gtk.h")]
        public static void show_about_dialog (Gtk.Window? parent, ...);
        [CCode (cheader_filename = "gtk/gtk.h")]
        public static bool show_uri (Gdk.Screen? screen, string uri, uint32 timestamp) throws GLib.Error;