]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: Hide non-public symbols
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 21 Aug 2014 08:35:01 +0000 (10:35 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 24 Aug 2014 09:18:18 +0000 (11:18 +0200)
vapi/gtk+-2.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index a77de08e41c2e7f625ec64d7e649232f005a5bab..c9f4f58829b314d9420acdb9e90f2ac1a4f9200d 100644 (file)
@@ -3542,14 +3542,6 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public RecentChooserMenu.for_manager (Gtk.RecentManager manager);
                public bool get_show_numbers ();
-               [NoWrapper]
-               public virtual void gtk_recent1 ();
-               [NoWrapper]
-               public virtual void gtk_recent2 ();
-               [NoWrapper]
-               public virtual void gtk_recent3 ();
-               [NoWrapper]
-               public virtual void gtk_recent4 ();
                public void set_show_numbers (bool show_numbers);
                public bool show_numbers { get; set; }
        }
@@ -6449,20 +6441,6 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public struct TextIter {
-               public void* dummy1;
-               public void* dummy2;
-               public int dummy3;
-               public int dummy4;
-               public int dummy5;
-               public int dummy6;
-               public int dummy7;
-               public int dummy8;
-               public void* dummy9;
-               public void* dummy10;
-               public int dummy11;
-               public int dummy12;
-               public int dummy13;
-               public void* dummy14;
                public bool backward_char ();
                public bool backward_chars (int count);
                public bool backward_cursor_position ();
index a561e28bd6786f77f1c66f62ed39589cd7a5ac09..c43e60136686d87633f03f76891692d37bf11111 100644 (file)
@@ -1736,7 +1736,6 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h", type_id = "gtk_drawing_area_get_type ()")]
        public class DrawingArea : Gtk.Widget, Atk.Implementor, Gtk.Buildable {
-               public void* dummy;
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public DrawingArea ();
        }
@@ -3186,22 +3185,6 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public LockButton (GLib.Permission permission);
                public unowned GLib.Permission get_permission ();
-               [NoWrapper]
-               public virtual void reserved0 ();
-               [NoWrapper]
-               public virtual void reserved1 ();
-               [NoWrapper]
-               public virtual void reserved2 ();
-               [NoWrapper]
-               public virtual void reserved3 ();
-               [NoWrapper]
-               public virtual void reserved4 ();
-               [NoWrapper]
-               public virtual void reserved5 ();
-               [NoWrapper]
-               public virtual void reserved6 ();
-               [NoWrapper]
-               public virtual void reserved7 ();
                public void set_permission (GLib.Permission permission);
                public GLib.Permission permission { get; set; }
                [NoAccessorMethod]
@@ -4148,14 +4131,6 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public RecentChooserMenu.for_manager (Gtk.RecentManager manager);
                public bool get_show_numbers ();
-               [NoWrapper]
-               public virtual void gtk_recent1 ();
-               [NoWrapper]
-               public virtual void gtk_recent2 ();
-               [NoWrapper]
-               public virtual void gtk_recent3 ();
-               [NoWrapper]
-               public virtual void gtk_recent4 ();
                public void set_show_numbers (bool show_numbers);
                public bool show_numbers { get; set; }
        }
@@ -5089,35 +5064,6 @@ namespace Gtk {
                [NoAccessorMethod]
                public uint row_spacing { get; set; }
        }
-       [CCode (cheader_filename = "gtk/gtk.h")]
-       [Compact]
-       public class TableChild {
-               public uint16 bottom_attach;
-               public uint16 left_attach;
-               public uint16 right_attach;
-               public uint16 top_attach;
-               public weak Gtk.Widget widget;
-               public uint xexpand;
-               public uint xfill;
-               public uint16 xpadding;
-               public uint xshrink;
-               public uint yexpand;
-               public uint yfill;
-               public uint16 ypadding;
-               public uint yshrink;
-       }
-       [CCode (cheader_filename = "gtk/gtk.h")]
-       [Compact]
-       public class TableRowCol {
-               public uint16 allocation;
-               public uint empty;
-               public uint expand;
-               public uint need_expand;
-               public uint need_shrink;
-               public uint16 requisition;
-               public uint shrink;
-               public uint16 spacing;
-       }
        [CCode (cheader_filename = "gtk/gtk.h", ref_function = "gtk_target_list_ref", type_id = "gtk_target_list_get_type ()", unref_function = "gtk_target_list_unref")]
        [Compact]
        public class TargetList {
@@ -7470,20 +7416,6 @@ namespace Gtk {
        }
        [CCode (cheader_filename = "gtk/gtk.h")]
        public struct TextIter {
-               public void* dummy1;
-               public void* dummy2;
-               public int dummy3;
-               public int dummy4;
-               public int dummy5;
-               public int dummy6;
-               public int dummy7;
-               public int dummy8;
-               public void* dummy9;
-               public void* dummy10;
-               public int dummy11;
-               public int dummy12;
-               public int dummy13;
-               public void* dummy14;
                public void assign (Gtk.TextIter other);
                public bool backward_char ();
                public bool backward_chars (int count);
index df634f7e220e104c1d64f934eee1bbac4b29acdc..839807ba355d45d957bcd49f53e8fe695857d1d1 100644 (file)
@@ -1147,3 +1147,5 @@ GtkIconThemeError errordomain="1"
 GtkRecentChooserError errordomain="1"
 GtkRecentManagerError errordomain="1"
 
+*.dummy* hidden="1"
+*_gtk_recent* hidden="1"
index fb7a941fcc1c117de33786063bbfbbc3673ef344..3ee36906cbf9c8cc8928709303e7472198698388 100644 (file)
@@ -989,6 +989,8 @@ gtk_symbolic_color_to_string transfer_ownership="1"
 gtk_table_get_size.rows is_out="1"
 gtk_table_get_size.columns is_out="1"
 GtkTable:row-spacing accessor_method="0"
+GtkTableChild hidden="1"
+GtkTableRowCol hidden="1"
 GtkTargetEntry is_value_type="1"
 GtkTargetList.list type_arguments="TargetPair"
 gtk_target_list_add_table.targets is_array="1"
@@ -1840,4 +1842,6 @@ GtkWindow type_id="gtk_window_get_type ()"
 GtkWindowAccessible type_id="gtk_window_accessible_get_type ()"
 GtkWindowGroup type_id="gtk_window_group_get_type ()"
 
-*._g_sealed__* hidden="1"
+*.dummy* hidden="1"
+*_reserved* hidden="1"
+*_gtk_recent* hidden="1"