]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gobject-2.0: Add missing symbols
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 16 Jun 2018 19:58:46 +0000 (21:58 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 9 Jul 2018 11:52:41 +0000 (13:52 +0200)
vapi/gobject-2.0.vapi

index 29de3cfac4f95502788bf470e9b83b6678cab99c..892a139b97c709df15ad067690948c8d68e533d7 100644 (file)
@@ -422,7 +422,12 @@ namespace GLib {
        [CCode (free_function = "g_type_class_unref", lower_case_csuffix = "type_class")]
        [Compact]
        public class TypeClass {
+               [Version (deprecated = true, deprecated_since = "2.58")]
                public void add_private (size_t private_size);
+               [Version (since = "2.38")]
+               public void adjust_private_offset (ref int private_size_or_offset);
+               [Version (since = "2.38")]
+               public int get_instance_private_offset ();
                [CCode (cname = "G_TYPE_FROM_CLASS")]
                public GLib.Type get_type ();
                [CCode (cname = "g_type_interface_peek")]