~ubuntu-branches/ubuntu/precise/network-manager/precise

« back to all changes in this revision

Viewing changes to libnm-glib/nm-device.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-02-09 16:45:41 UTC
  • mfrom: (1.1.53)
  • Revision ID: package-import@ubuntu.com-20120209164541-4h90zknlsfdb7x35
Tags: 0.9.2.0+git201202091925.c721477-0ubuntu1
* upstream snapshot 2012-02-09 19:25:59 (GMT)
  + c721477d11d4fe144111d6d2eec8f93f2e9186c9
* debian/patches/avoid-periodic-disk-wakeups.patch: refreshed.
* debian/patches/nl3-default-ip6-route.patch: refreshed.
* debian/libnm-glib4.symbols: add symbols:
  + nm_active_connection_get_master@Base
  + nm_client_new_async@Base
  + nm_client_new_finish@Base
  + nm_remote_settings_new_async@Base
  + nm_remote_settings_new_finish@Base
  + nm_device_get_state_reason@Base
* debian/libnm-util2.symbols: add symbols:
  + nm_setting_802_1x_get_pac_file@Base
  + nm_setting_infiniband_get_transport_mode@Base

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * Boston, MA 02110-1301 USA.
19
19
 *
20
20
 * Copyright (C) 2007 - 2008 Novell, Inc.
21
 
 * Copyright (C) 2007 - 2011 Red Hat, Inc.
 
21
 * Copyright (C) 2007 - 2012 Red Hat, Inc.
22
22
 */
23
23
 
24
24
#ifndef NM_DEVICE_H
58
58
#define NM_DEVICE_IP6_CONFIG "ip6-config"
59
59
#define NM_DEVICE_DHCP6_CONFIG "dhcp6-config"
60
60
#define NM_DEVICE_STATE "state"
 
61
#define NM_DEVICE_STATE_REASON "state-reason"
61
62
#define NM_DEVICE_ACTIVE_CONNECTION "active-connection"
62
63
#define NM_DEVICE_VENDOR "vendor"
63
64
#define NM_DEVICE_PRODUCT "product"
104
105
NMIP6Config *        nm_device_get_ip6_config       (NMDevice *device);
105
106
NMDHCP6Config *      nm_device_get_dhcp6_config     (NMDevice *device);
106
107
NMDeviceState        nm_device_get_state            (NMDevice *device);
 
108
NMDeviceState        nm_device_get_state_reason     (NMDevice *device, NMDeviceStateReason *reason);
107
109
NMActiveConnection * nm_device_get_active_connection(NMDevice *device);
108
110
const char *         nm_device_get_product          (NMDevice *device);
109
111
const char *         nm_device_get_vendor           (NMDevice *device);