]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix: don't use owned for resolved_path argument
authorEvan Nemerson <evan@coeus-group.com>
Sun, 22 Jan 2012 21:47:49 +0000 (13:47 -0800)
committerJürg Billeter <j@bitron.ch>
Tue, 31 Jan 2012 13:02:29 +0000 (14:02 +0100)
vapi/posix.vapi

index 9fd60aac90b99189e2eb27f63226c1fa5e63aea6..4ec7c21e44baaa75b2d5e283fb158d3dcffb791a 100644 (file)
@@ -1148,7 +1148,7 @@ namespace Posix {
        public int mkostemp (string template, int flags);
 
        [CCode (cheader_filename = "stdlib.h")]
-       public string? realpath (string path, owned uint8[]? resolved_path = null);
+       public string? realpath (string path, uint8[]? resolved_path = null);
 
        [CCode (cheader_filename = "stdlib.h")]
        public int posix_openpt (int flags);