]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libnl-1.vapi libnl-2.0.vapi libnl-3.0.vapi: fix Netlink.Address.get_label binding
authorDr. Michael Lauer <mickey@vanille-media.de>
Tue, 7 Apr 2015 14:50:14 +0000 (14:50 +0000)
committerDr. Michael Lauer <mickey@vanille-media.de>
Tue, 7 Apr 2015 14:50:14 +0000 (14:50 +0000)
vapi/libnl-1.vapi
vapi/libnl-2.0.vapi
vapi/libnl-3.0.vapi

index 14dbf14b93dcbb9b38bd6bccd72024ae9d0b8824..6a6e29b97b206d1cccc20bdde98abb1424dd672e 100644 (file)
@@ -1,6 +1,6 @@
 /* libnl-1.vapi
  *
- * Copyright (C) 2009 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
+ * Copyright (C) 2009-2015 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -35,7 +35,7 @@ namespace Netlink {
         public int      build_delete_request (int a, out Message m);
 
         public int      set_label (string label);
-        public string   get_label ();
+        public unowned string   get_label ();
 
         public void     set_family (int family);
         public int      get_family ();
index 7b383e08db85a5e55c8a9a6b249a3b439ebfc1d0..2c7c9253105133dd363815719fd5a5bdc67bcf99 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * libnl-2.0.vapi
  *
- * Copyright (C) 2009-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
+ * Copyright (C) 2009-2015 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -42,7 +42,7 @@ namespace Netlink {
         public int      build_delete_request (int a, out Message m);
 
         public int      set_label (string label);
-        public string   get_label ();
+        public unowned string   get_label ();
 
         public void     set_family (int family);
         public int      get_family ();
index 2a4856c318aefb2c3c26a6242bfa57c091e94551..6998b2d48b10e156c756d7b402575536a2294b85 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * libnl-3.0.vapi
  *
- * Copyright (C) 2009-2010 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
+ * Copyright (C) 2009-2015 Michael 'Mickey' Lauer <mlauer@vanille-media.de>
  * Copyright (C) 2011 Klaus Kurzmann <mok@fluxnetz.de>
  *
  * This library is free software; you can redistribute it and/or
@@ -43,7 +43,7 @@ namespace Netlink {
         public int      build_delete_request (int a, out Message m);
 
         public int      set_label (string label);
-        public string   get_label ();
+        public unowned string   get_label ();
 
         public void     set_family (int family);
         public int      get_family ();