]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 8 Mar 2020 09:41:16 +0000 (10:41 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 8 Mar 2020 09:41:16 +0000 (10:41 +0100)
vapi/glib-2.0.vapi

index 255f0834a390c2a11fd8c0d278247e72ec3c48e7..be4b2c19d756c7c3b6bc13b074ca2d24556beb56 100644 (file)
@@ -2395,10 +2395,15 @@ namespace GLib {
        public class MemVTable {
        }
 
+       [Version (deprecated_since = "2.46")]
        [CCode (cname = "glib_mem_profiler_table")]
        public static MemVTable mem_profiler_table;
 
+       [Version (deprecated_since = "2.46")]
+       public static bool mem_is_system_malloc ();
+       [Version (deprecated_since = "2.46")]
        public static void mem_set_vtable (MemVTable vtable);
+       [Version (deprecated_since = "2.46")]
        public static void mem_profile ();
 
        [CCode (cheader_filename = "string.h")]