]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gmodule-2.0: Do not mark `Module.open` as deprecated
authorZhou Qiankang <wszqkzqk@qq.com>
Wed, 6 Mar 2024 09:41:50 +0000 (17:41 +0800)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 7 Mar 2024 07:47:48 +0000 (08:47 +0100)
vapi/gmodule-2.0.vapi
vapi/metadata/GModule-2.0.metadata

index 240729fc6995e44e8845694e31faa4c727bc5c4e..0b9952e54d2f551c08f9ccfa728e0ba758176c7c 100644 (file)
@@ -18,7 +18,6 @@ namespace GLib {
                public static GLib.Quark error_quark ();
                public void make_resident ();
                public unowned string name ();
-               [Version (deprecated = true, deprecated_since = "2.70", replacement = "Module.new")]
                public static GLib.Module? open (string? file_name, GLib.ModuleFlags flags);
                public static bool supported ();
                public bool symbol (string symbol_name, out void* symbol);
index 069504da5fdeb8ac1b0c1214967944ecf2135269..9e3381b31abd920f78327b6000873b99952b7316 100644 (file)
@@ -2,5 +2,5 @@ GModule name="GLib"
 
 Module
   .open_full skip=false name="new" symbol_type="constructor" throws="GLib.ModuleError"
-  .open skip=false unowned=false nullable deprecated_since="2.70" replacement="Module.new"
+  .open skip=false unowned=false nullable
   .close destroys_instance