]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
atk: Drop superfluous metadata
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 9 Jan 2019 15:28:59 +0000 (16:28 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 9 Jan 2019 19:47:04 +0000 (20:47 +0100)
vapi/atk.vapi
vapi/metadata/Atk-1.0-custom.vala
vapi/metadata/Atk-1.0.metadata

index aeb8118111043f2c0f1e3cba9c4ef1d73979f4ed..b659c5eb7c06c5fd6166c3c396133ba90b95bcbc 100644 (file)
@@ -476,7 +476,7 @@ namespace Atk {
                public abstract bool add_selection (int start_offset, int end_offset);
                [Version (since = "1.3")]
                public static void free_ranges ([CCode (array_length = false)] Atk.TextRange[] ranges);
-               [CCode (array_length = false, array_null_terminated = true, cname = "atk_text_get_bounded_ranges")]
+               [CCode (array_length = false, array_null_terminated = true)]
                [Version (since = "1.3")]
                public virtual Atk.TextRange[] get_bounded_ranges (Atk.TextRectangle rect, Atk.CoordType coord_type, Atk.TextClipType x_clip_type, Atk.TextClipType y_clip_type);
                public abstract int get_caret_offset ();
index 82a3727131bdd2ae793edd5a690df9f3190cb12a..1ac8a121cb3fe1455e2de36c6a141505f87f6f3c 100644 (file)
@@ -8,9 +8,4 @@ namespace Atk {
                [Version (deprecated = true)]
                public weak GLib.HashTable<GLib.Type,GLib.Type> factory_type_registry;
        }
-       public interface Text : GLib.Object {
-               [Version (since = "1.3")]
-               [CCode (array_length = false, array_null_terminated = true, cname = "atk_text_get_bounded_ranges")]
-               public virtual Atk.TextRange[] get_bounded_ranges (Atk.TextRectangle rect, Atk.CoordType coord_type, Atk.TextClipType x_clip_type, Atk.TextClipType y_clip_type);
-       }
 }
index b704dc740da59e0b076c01e23249a2b8beac1c0c..2551db59c1abbce7c8a2e62b821edf1dfeac5058 100644 (file)
@@ -32,9 +32,7 @@ Role.edit_bar name="editbar"
 
 // G-I doesn't distinguish between abstract and virtual
 Document.*#virtual_method virtual
-
-// Can't document callback fields
-Text.get_bounded_ranges skip
+Text.get_bounded_ranges#virtual_method virtual
 
 // Callbacks without user data
 add_focus_tracker skip=false