/* 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
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 ();
/*
* 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
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 ();
/*
* 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
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 ();