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 646428c..f8a5f64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
 
 2007-12-24  Jürg Billeter  <j@bitron.ch>
index 121bb6f..a80a7df 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 1410e13..bc458dc 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"