]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
hide deprecated GtkProgress class
authorJuerg Billeter <j@bitron.ch>
Mon, 24 Dec 2007 19:29:01 +0000 (19:29 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 24 Dec 2007 19:29:01 +0000 (19:29 +0000)
2007-12-24  Juerg Billeter  <j@bitron.ch>

* vapi/gtk+-2.0.vapi, vapi/packages/gtk+-2.0/: hide deprecated
  GtkProgress class

svn path=/trunk/; revision=789

ChangeLog
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 646428c540bd2e43e07b6d3b3309e286e9f9e9df..f8a5f648dd62dd3ce14800d7f3e5a41cec639a0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-24  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/gtk+-2.0.vapi, vapi/packages/gtk+-2.0/: hide deprecated
+         GtkProgress class
+
 2007-12-24  Jürg Billeter  <j@bitron.ch>
 
        * vala/valainterfacewriter.vala: fix writing delegate types
index 121bb6ff02dae6cfc2e8fcbffe23b22aa59bbb53..a80a7df9bde51b48ae876265e4b7fad7c1b213eb 100644 (file)
@@ -1311,29 +1311,6 @@ namespace Gtk {
                public int end;
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
-       public class Progress {
-               public weak Gtk.Widget widget;
-               public weak Gtk.Adjustment adjustment;
-               public weak Gdk.Pixmap offscreen_pixmap;
-               public weak string format;
-               public float x_align;
-               public float y_align;
-               public uint show_text;
-               public uint activity_mode;
-               public uint use_text_format;
-       }
-       [CCode (cheader_filename = "gtk/gtk.h")]
-       public class ProgressClass {
-               public pointer parent_class;
-               public GLib.Callback paint;
-               public GLib.Callback update;
-               public GLib.Callback act_mode_enter;
-               public GLib.Callback _gtk_reserved1;
-               public GLib.Callback _gtk_reserved2;
-               public GLib.Callback _gtk_reserved3;
-               public GLib.Callback _gtk_reserved4;
-       }
-       [CCode (cheader_filename = "gtk/gtk.h")]
        public class RangeLayout {
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
@@ -3955,7 +3932,7 @@ namespace Gtk {
                public void unset (string key);
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
-       public class ProgressBar : Gtk.Progress, Atk.Implementor, Gtk.Buildable {
+       public class ProgressBar : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
                public uint blocks;
                public int in_block;
                public int activity_pos;
index 1410e13f4aef321caade3d8aacdfd28093607a79..bc458dc8eaafda082579dc73b5cc375a9f71e703 100644 (file)
@@ -75,6 +75,9 @@ GtkPlug::embedded hidden="1"
 gtk_printer_accepts_pdf hidden="1" experimental="1"
 gtk_printer_accepts_ps hidden="1" experimental="1"
 gtk_printer_is_virtual hidden="1" experimental="1"
+GtkProgress hidden="1"
+GtkProgressBar base_class="GtkWidget"
+GtkProgressClass hidden="1"
 gtk_quit_add_full hidden="1"
 GtkRadioActionEntry is_value_type="1"
 GtkRequisition is_value_type="1"