summaryrefslogtreecommitdiff
path: root/libnm/nm-active-connection.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-05-09 15:04:04 -0400
committerDan Winship <danw@gnome.org>2014-08-01 14:34:06 -0400
commitb4ae6eaec9cec10d68bdcce7151b07451e4de6a3 (patch)
tree96a53262f25dfacbbd6ce2c34b1c3484ffea3f1c /libnm/nm-active-connection.h
parent054c12ea30f7e41505ca54655c28abdc14fe05bc (diff)
downloadNetworkManager-b4ae6eaec9cec10d68bdcce7151b07451e4de6a3.tar.gz
libnm: remove Since tags and NM_AVAILABLE_IN_* attributes
Everything currently in libnm has always been there.
Diffstat (limited to 'libnm/nm-active-connection.h')
-rw-r--r--libnm/nm-active-connection.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libnm/nm-active-connection.h b/libnm/nm-active-connection.h
index e29415649c..e97d42b93d 100644
--- a/libnm/nm-active-connection.h
+++ b/libnm/nm-active-connection.h
@@ -78,26 +78,19 @@ GType nm_active_connection_get_type (void);
GObject *nm_active_connection_new (DBusGConnection *connection, const char *path);
const char * nm_active_connection_get_connection (NMActiveConnection *connection);
-NM_AVAILABLE_IN_0_9_10
const char * nm_active_connection_get_id (NMActiveConnection *connection);
const char * nm_active_connection_get_uuid (NMActiveConnection *connection);
-NM_AVAILABLE_IN_0_9_10
const char * nm_active_connection_get_connection_type (NMActiveConnection *connection);
const char * nm_active_connection_get_specific_object (NMActiveConnection *connection);
const GPtrArray *nm_active_connection_get_devices (NMActiveConnection *connection);
NMActiveConnectionState nm_active_connection_get_state (NMActiveConnection *connection);
const char * nm_active_connection_get_master (NMActiveConnection *connection);
gboolean nm_active_connection_get_default (NMActiveConnection *connection);
-NM_AVAILABLE_IN_0_9_10
NMIP4Config * nm_active_connection_get_ip4_config (NMActiveConnection *connection);
-NM_AVAILABLE_IN_0_9_10
NMDHCP4Config *nm_active_connection_get_dhcp4_config (NMActiveConnection *connection);
gboolean nm_active_connection_get_default6 (NMActiveConnection *connection);
-NM_AVAILABLE_IN_0_9_10
NMIP6Config * nm_active_connection_get_ip6_config (NMActiveConnection *connection);
-NM_AVAILABLE_IN_0_9_10
NMDHCP6Config *nm_active_connection_get_dhcp6_config (NMActiveConnection *connection);
-NM_AVAILABLE_IN_0_9_10
gboolean nm_active_connection_get_vpn (NMActiveConnection *connection);
G_END_DECLS