summaryrefslogtreecommitdiff
path: root/libnm
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
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')
-rw-r--r--libnm/nm-active-connection.c28
-rw-r--r--libnm/nm-active-connection.h7
-rw-r--r--libnm/nm-client.c27
-rw-r--r--libnm/nm-client.h2
-rw-r--r--libnm/nm-device-bond.c4
-rw-r--r--libnm/nm-device-bridge.c16
-rw-r--r--libnm/nm-device-bridge.h2
-rw-r--r--libnm/nm-device-generic.c6
-rw-r--r--libnm/nm-device-generic.h2
-rw-r--r--libnm/nm-device-team.c10
-rw-r--r--libnm/nm-device-team.h3
-rw-r--r--libnm/nm-device-wifi.c4
-rw-r--r--libnm/nm-device-wimax.c2
-rw-r--r--libnm/nm-device.c28
-rw-r--r--libnm/nm-device.h10
-rw-r--r--libnm/nm-ip4-config.c8
-rw-r--r--libnm/nm-ip4-config.h2
-rw-r--r--libnm/nm-ip6-config.c12
-rw-r--r--libnm/nm-ip6-config.h4
-rw-r--r--libnm/nm-remote-connection.c8
-rw-r--r--libnm/nm-remote-connection.h3
-rw-r--r--libnm/nm-remote-settings.c8
-rw-r--r--libnm/nm-remote-settings.h4
-rw-r--r--libnm/nm-secret-agent.h2
-rw-r--r--libnm/nm-vpn-plugin.c2
-rw-r--r--libnm/nm-vpn-plugin.h1
26 files changed, 0 insertions, 205 deletions
diff --git a/libnm/nm-active-connection.c b/libnm/nm-active-connection.c
index 358264fd25..6e67bdcfe0 100644
--- a/libnm/nm-active-connection.c
+++ b/libnm/nm-active-connection.c
@@ -232,8 +232,6 @@ nm_active_connection_get_connection (NMActiveConnection *connection)
*
* Returns: the ID of the #NMConnection that backs the #NMActiveConnection.
* This is the internal string used by the connection, and must not be modified.
- *
- * Since: 0.9.10
**/
const char *
nm_active_connection_get_id (NMActiveConnection *connection)
@@ -270,8 +268,6 @@ nm_active_connection_get_uuid (NMActiveConnection *connection)
*
* Returns: the type of the #NMConnection that backs the #NMActiveConnection.
* This is the internal string used by the connection, and must not be modified.
- *
- * Since: 0.9.10
**/
const char *
nm_active_connection_get_connection_type (NMActiveConnection *connection)
@@ -362,8 +358,6 @@ nm_active_connection_get_default (NMActiveConnection *connection)
* Returns: (transfer none): the #NMIP4Config, or %NULL if the
* connection is not in the %NM_ACTIVE_CONNECTION_STATE_ACTIVATED
* state.
- *
- * Since: 0.9.10
**/
NMIP4Config *
nm_active_connection_get_ip4_config (NMActiveConnection *connection)
@@ -384,8 +378,6 @@ nm_active_connection_get_ip4_config (NMActiveConnection *connection)
* Returns: (transfer none): the #NMDHCP4Config, or %NULL if the
* connection does not use DHCP, or is not in the
* %NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
- *
- * Since: 0.9.10
**/
NMDHCP4Config *
nm_active_connection_get_dhcp4_config (NMActiveConnection *connection)
@@ -423,8 +415,6 @@ nm_active_connection_get_default6 (NMActiveConnection *connection)
* Returns: (transfer none): the #NMIP6Config, or %NULL if the
* connection is not in the %NM_ACTIVE_CONNECTION_STATE_ACTIVATED
* state.
- *
- * Since: 0.9.10
**/
NMIP6Config *
nm_active_connection_get_ip6_config (NMActiveConnection *connection)
@@ -445,8 +435,6 @@ nm_active_connection_get_ip6_config (NMActiveConnection *connection)
* Returns: (transfer none): the #NMDHCP6Config, or %NULL if the
* connection does not use DHCPv6, or is not in the
* %NM_ACTIVE_CONNECTION_STATE_ACTIVATED state.
- *
- * Since: 0.9.10
**/
NMDHCP6Config *
nm_active_connection_get_dhcp6_config (NMActiveConnection *connection)
@@ -464,8 +452,6 @@ nm_active_connection_get_dhcp6_config (NMActiveConnection *connection)
* Whether the active connection is a VPN connection.
*
* Returns: %TRUE if the active connection is a VPN connection
- *
- * Since: 0.9.10
**/
gboolean
nm_active_connection_get_vpn (NMActiveConnection *connection)
@@ -669,8 +655,6 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class)
* NMActiveConnection:id:
*
* The active connection's ID
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_ID,
@@ -695,8 +679,6 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class)
* NMActiveConnection:type:
*
* The active connection's type
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_TYPE,
@@ -759,8 +741,6 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class)
* NMActiveConnection:ip4-config:
*
* The #NMIP4Config of the connection.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_IP4_CONFIG,
@@ -773,8 +753,6 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class)
* NMActiveConnection:dhcp4-config:
*
* The #NMDHCP4Config of the connection.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_DHCP4_CONFIG,
@@ -799,8 +777,6 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class)
* NMActiveConnection:ip6-config:
*
* The #NMIP6Config of the connection.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_IP6_CONFIG,
@@ -813,8 +789,6 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class)
* NMActiveConnection:dhcp6-config:
*
* The #NMDHCP6Config of the connection.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_DHCP6_CONFIG,
@@ -827,8 +801,6 @@ nm_active_connection_class_init (NMActiveConnectionClass *ap_class)
* NMActiveConnection:vpn:
*
* Whether the active connection is a VPN connection.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_VPN,
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
diff --git a/libnm/nm-client.c b/libnm/nm-client.c
index 3c42160054..b4e3f68a8f 100644
--- a/libnm/nm-client.c
+++ b/libnm/nm-client.c
@@ -127,8 +127,6 @@ static void proxy_name_owner_changed (DBusGProxy *proxy,
* Registers an error quark for #NMClient if necessary.
*
* Returns: the error quark used for #NMClient errors.
- *
- * Since: 0.9.10
**/
GQuark
nm_client_error_quark (void)
@@ -1029,8 +1027,6 @@ nm_client_get_state (NMClient *client)
* connections at startup.
*
* Returns: whether the daemon is still starting up
- *
- * Since: 0.9.10
**/
gboolean
nm_client_get_startup (NMClient *client)
@@ -1136,8 +1132,6 @@ nm_client_get_permission_result (NMClient *client, NMClientPermission permission
* Gets NetworkManager current logging level and domains.
*
* Returns: %TRUE on success, %FALSE otherwise
- *
- * Since: 0.9.8
**/
gboolean
nm_client_get_logging (NMClient *client, char **level, char **domains, GError **error)
@@ -1179,8 +1173,6 @@ nm_client_get_logging (NMClient *client, char **level, char **domains, GError **
* Sets NetworkManager logging level and/or domains.
*
* Returns: %TRUE on success, %FALSE otherwise
- *
- * Since: 0.9.8
**/
gboolean
nm_client_set_logging (NMClient *client, const char *level, const char *domains, GError **error)
@@ -1227,8 +1219,6 @@ nm_client_set_logging (NMClient *client, const char *level, const char *domains,
*
* Returns: (transfer none): the appropriate #NMActiveConnection, if
* any
- *
- * Since: 0.9.8.6
*/
NMActiveConnection *
nm_client_get_primary_connection (NMClient *client)
@@ -1249,8 +1239,6 @@ nm_client_get_primary_connection (NMClient *client)
*
* Returns: (transfer none): the appropriate #NMActiveConnection, if
* any.
- *
- * Since: 0.9.8.6
*/
NMActiveConnection *
nm_client_get_activating_connection (NMClient *client)
@@ -1388,7 +1376,6 @@ proxy_name_owner_changed (DBusGProxy *proxy,
* connectivity state first before returning any information.
*
* Returns: the current connectivity state
- * Since: 0.9.8.6
*/
NMConnectivityState
nm_client_get_connectivity (NMClient *client)
@@ -1417,7 +1404,6 @@ nm_client_get_connectivity (NMClient *client)
* if you do not want to block.
*
* Returns: the (new) current connectivity state
- * Since: 0.9.8.6
*/
NMConnectivityState
nm_client_check_connectivity (NMClient *client,
@@ -1507,8 +1493,6 @@ check_connectivity_cancelled_cb (GCancellable *cancellable,
* @callback when complete. Contrast nm_client_get_connectivity(),
* which (immediately) returns the most recent known state without
* re-checking, and nm_client_check_connectivity(), which blocks.
- *
- * Since: 0.9.8.6
*/
void
nm_client_check_connectivity_async (NMClient *client,
@@ -1553,7 +1537,6 @@ nm_client_check_connectivity_async (NMClient *client,
* call.
*
* Returns: the (new) current connectivity state
- * Since: 0.9.8.6
*/
NMConnectivityState
nm_client_check_connectivity_finish (NMClient *client,
@@ -2184,8 +2167,6 @@ nm_client_class_init (NMClientClass *client_class)
* NMClient:startup:
*
* Whether the daemon is still starting up.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_STARTUP,
@@ -2307,8 +2288,6 @@ nm_client_class_init (NMClientClass *client_class)
* NMClient:connectivity:
*
* The network connectivity state.
- *
- * Since: 0.9.8.6
*/
g_object_class_install_property
(object_class, PROP_CONNECTIVITY,
@@ -2322,8 +2301,6 @@ nm_client_class_init (NMClientClass *client_class)
*
* The #NMActiveConnection of the device with the default route;
* see nm_client_get_primary_connection() for more details.
- *
- * Since: 0.9.8.6
**/
g_object_class_install_property
(object_class, PROP_PRIMARY_CONNECTION,
@@ -2337,8 +2314,6 @@ nm_client_class_init (NMClientClass *client_class)
*
* The #NMActiveConnection of the activating connection that is
* likely to become the new #NMClient:primary-connection.
- *
- * Since: 0.9.8.6
**/
g_object_class_install_property
(object_class, PROP_ACTIVATING_CONNECTION,
@@ -2351,8 +2326,6 @@ nm_client_class_init (NMClientClass *client_class)
* NMClient:devices:
*
* List of known network devices.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_DEVICES,
diff --git a/libnm/nm-client.h b/libnm/nm-client.h
index 0e9ec4e7a3..553c1fdb02 100644
--- a/libnm/nm-client.h
+++ b/libnm/nm-client.h
@@ -138,7 +138,6 @@ typedef enum {
} NMClientError;
#define NM_CLIENT_ERROR nm_client_error_quark ()
-NM_AVAILABLE_IN_0_9_10
GQuark nm_client_error_quark (void);
typedef struct {
@@ -222,7 +221,6 @@ gboolean nm_client_wimax_hardware_get_enabled (NMClient *client);
const char *nm_client_get_version (NMClient *client);
NMState nm_client_get_state (NMClient *client);
-NM_AVAILABLE_IN_0_9_10
gboolean nm_client_get_startup (NMClient *client);
gboolean nm_client_get_manager_running (NMClient *client);
const GPtrArray *nm_client_get_active_connections (NMClient *client);
diff --git a/libnm/nm-device-bond.c b/libnm/nm-device-bond.c
index 662b2f4a38..113aac0dd4 100644
--- a/libnm/nm-device-bond.c
+++ b/libnm/nm-device-bond.c
@@ -140,8 +140,6 @@ nm_device_bond_get_carrier (NMDeviceBond *device)
* Returns: (element-type NMDevice): the #GPtrArray containing
* #NMDevices that are slaves of @device. This is the internal
* copy used by the device, and must not be modified.
- *
- * Since: 0.9.6.4
**/
const GPtrArray *
nm_device_bond_get_slaves (NMDeviceBond *device)
@@ -335,8 +333,6 @@ nm_device_bond_class_init (NMDeviceBondClass *eth_class)
* NMDeviceBond:slaves:
*
* The devices (#NMDevice) slaved to the bond device.
- *
- * Since: 0.9.8
**/
g_object_class_install_property
(object_class, PROP_SLAVES,
diff --git a/libnm/nm-device-bridge.c b/libnm/nm-device-bridge.c
index bf19737555..c651be0d71 100644
--- a/libnm/nm-device-bridge.c
+++ b/libnm/nm-device-bridge.c
@@ -60,8 +60,6 @@ enum {
* Registers an error quark for #NMDeviceBridge if necessary.
*
* Returns: the error quark used for #NMDeviceBridge errors.
- *
- * Since: 0.9.8
**/
GQuark
nm_device_bridge_error_quark (void)
@@ -81,8 +79,6 @@ nm_device_bridge_error_quark (void)
* Creates a new #NMDeviceBridge.
*
* Returns: (transfer full): a new device
- *
- * Since: 0.9.8
**/
GObject *
nm_device_bridge_new (DBusGConnection *connection, const char *path)
@@ -108,8 +104,6 @@ nm_device_bridge_new (DBusGConnection *connection, const char *path)
*
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
- *
- * Since: 0.9.8
**/
const char *
nm_device_bridge_get_hw_address (NMDeviceBridge *device)
@@ -127,8 +121,6 @@ nm_device_bridge_get_hw_address (NMDeviceBridge *device)
* Whether the device has carrier.
*
* Returns: %TRUE if the device has carrier
- *
- * Since: 0.9.8
**/
gboolean
nm_device_bridge_get_carrier (NMDeviceBridge *device)
@@ -148,8 +140,6 @@ nm_device_bridge_get_carrier (NMDeviceBridge *device)
* Returns: (element-type NMDevice): the #GPtrArray containing
* #NMDevices that are slaves of @device. This is the internal
* copy used by the device, and must not be modified.
- *
- * Since: 0.9.8
**/
const GPtrArray *
nm_device_bridge_get_slaves (NMDeviceBridge *device)
@@ -319,8 +309,6 @@ nm_device_bridge_class_init (NMDeviceBridgeClass *bridge_class)
* NMDeviceBridge:hw-address:
*
* The hardware (MAC) address of the device.
- *
- * Since: 0.9.8
**/
g_object_class_install_property
(object_class, PROP_HW_ADDRESS,
@@ -333,8 +321,6 @@ nm_device_bridge_class_init (NMDeviceBridgeClass *bridge_class)
* NMDeviceBridge:carrier:
*
* Whether the device has carrier.
- *
- * Since: 0.9.8
**/
g_object_class_install_property
(object_class, PROP_CARRIER,
@@ -347,8 +333,6 @@ nm_device_bridge_class_init (NMDeviceBridgeClass *bridge_class)
* NMDeviceBridge:slaves:
*
* The devices (#NMDevice) slaved to the bridge device.
- *
- * Since: 0.9.8
**/
g_object_class_install_property
(object_class, PROP_SLAVES,
diff --git a/libnm/nm-device-bridge.h b/libnm/nm-device-bridge.h
index 2eaf475d8c..93b17b2ce8 100644
--- a/libnm/nm-device-bridge.h
+++ b/libnm/nm-device-bridge.h
@@ -38,8 +38,6 @@ G_BEGIN_DECLS
* @NM_DEVICE_BRIDGE_ERROR_NOT_BRIDGE_CONNECTION: the connection was not of bridge type
* @NM_DEVICE_BRIDGE_ERROR_INVALID_BRIDGE_CONNECTION: the bridge connection was invalid
* @NM_DEVICE_BRIDGE_ERROR_INTERFACE_MISMATCH: the interfaces of the connection and the device mismatched
- *
- * Since: 0.9.8
*/
typedef enum {
NM_DEVICE_BRIDGE_ERROR_UNKNOWN = 0, /*< nick=UnknownError >*/
diff --git a/libnm/nm-device-generic.c b/libnm/nm-device-generic.c
index 875ea8eb39..7bf54d16db 100644
--- a/libnm/nm-device-generic.c
+++ b/libnm/nm-device-generic.c
@@ -52,8 +52,6 @@ enum {
* Registers an error quark for #NMDeviceGeneric if necessary.
*
* Returns: the error quark used for #NMDeviceGeneric errors.
- *
- * Since: 0.9.10
**/
GQuark
nm_device_generic_error_quark (void)
@@ -73,8 +71,6 @@ nm_device_generic_error_quark (void)
* Creates a new #NMDeviceGeneric.
*
* Returns: (transfer full): a new device
- *
- * Since: 0.9.10
**/
GObject *
nm_device_generic_new (DBusGConnection *connection, const char *path)
@@ -100,8 +96,6 @@ nm_device_generic_new (DBusGConnection *connection, const char *path)
*
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
- *
- * Since: 0.9.10
**/
const char *
nm_device_generic_get_hw_address (NMDeviceGeneric *device)
diff --git a/libnm/nm-device-generic.h b/libnm/nm-device-generic.h
index 5bff1e3f55..901bde2e4e 100644
--- a/libnm/nm-device-generic.h
+++ b/libnm/nm-device-generic.h
@@ -66,10 +66,8 @@ typedef struct {
void (*_reserved6) (void);
} NMDeviceGenericClass;
-NM_AVAILABLE_IN_0_9_10
GType nm_device_generic_get_type (void);
-NM_AVAILABLE_IN_0_9_10
GObject *nm_device_generic_new (DBusGConnection *connection, const char *path);
const char *nm_device_generic_get_hw_address (NMDeviceGeneric *device);
diff --git a/libnm/nm-device-team.c b/libnm/nm-device-team.c
index c9ac2d8b85..a131992f97 100644
--- a/libnm/nm-device-team.c
+++ b/libnm/nm-device-team.c
@@ -60,8 +60,6 @@ enum {
* Registers an error quark for #NMDeviceTeam if necessary.
*
* Returns: the error quark used for #NMDeviceTeam errors.
- *
- * Since: 0.9.10
**/
GQuark
nm_device_team_error_quark (void)
@@ -81,8 +79,6 @@ nm_device_team_error_quark (void)
* Creates a new #NMDeviceTeam.
*
* Returns: (transfer full): a new device
- *
- * Since: 0.9.10
**/
GObject *
nm_device_team_new (DBusGConnection *connection, const char *path)
@@ -108,8 +104,6 @@ nm_device_team_new (DBusGConnection *connection, const char *path)
*
* Returns: the hardware address. This is the internal string used by the
* device, and must not be modified.
- *
- * Since: 0.9.10
**/
const char *
nm_device_team_get_hw_address (NMDeviceTeam *device)
@@ -127,8 +121,6 @@ nm_device_team_get_hw_address (NMDeviceTeam *device)
* Whether the device has carrier.
*
* Returns: %TRUE if the device has carrier
- *
- * Since: 0.9.10
**/
gboolean
nm_device_team_get_carrier (NMDeviceTeam *device)
@@ -148,8 +140,6 @@ nm_device_team_get_carrier (NMDeviceTeam *device)
* Returns: (element-type NMDevice): the #GPtrArray containing
* #NMDevices that are slaves of @device. This is the internal
* copy used by the device, and must not be modified.
- *
- * Since: 0.9.10
**/
const GPtrArray *
nm_device_team_get_slaves (NMDeviceTeam *device)
diff --git a/libnm/nm-device-team.h b/libnm/nm-device-team.h
index 46e910bad1..074cf73ba8 100644
--- a/libnm/nm-device-team.h
+++ b/libnm/nm-device-team.h
@@ -47,7 +47,6 @@ typedef enum {
} NMDeviceTeamError;
#define NM_DEVICE_TEAM_ERROR nm_device_team_error_quark ()
-NM_AVAILABLE_IN_0_9_10
GQuark nm_device_team_error_quark (void);
#define NM_DEVICE_TEAM_HW_ADDRESS "hw-address"
@@ -70,10 +69,8 @@ typedef struct {
void (*_reserved6) (void);
} NMDeviceTeamClass;
-NM_AVAILABLE_IN_0_9_10
GType nm_device_team_get_type (void);
-NM_AVAILABLE_IN_0_9_10
GObject *nm_device_team_new (DBusGConnection *connection, const char *path);
const char *nm_device_team_get_hw_address (NMDeviceTeam *device);
diff --git a/libnm/nm-device-wifi.c b/libnm/nm-device-wifi.c
index a4c108fb08..d504700604 100644
--- a/libnm/nm-device-wifi.c
+++ b/libnm/nm-device-wifi.c
@@ -346,8 +346,6 @@ request_scan_cb (DBusGProxy *proxy,
* Request NM to scan for access points on the #NMDeviceWifi. This function only
* instructs NM to perform scanning. Use nm_device_wifi_get_access_points()
* to get available access points.
- *
- * Since: 0.9.8
**/
void
nm_device_wifi_request_scan_simple (NMDeviceWifi *device,
@@ -790,8 +788,6 @@ nm_device_wifi_class_init (NMDeviceWifiClass *wifi_class)
* NMDeviceWifi:access-points:
*
* List of all Wi-Fi access points the device can see.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_ACCESS_POINTS,
diff --git a/libnm/nm-device-wimax.c b/libnm/nm-device-wimax.c
index 8fac2a5ac7..66c4bbc24e 100644
--- a/libnm/nm-device-wimax.c
+++ b/libnm/nm-device-wimax.c
@@ -707,8 +707,6 @@ nm_device_wimax_class_init (NMDeviceWimaxClass *wimax_class)
* NMDeviceWimax:nsps:
*
* List of all WiMAX Network Service Providers the device can see.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_NSPS,
diff --git a/libnm/nm-device.c b/libnm/nm-device.c
index 64b5dd1861..4c8484b999 100644
--- a/libnm/nm-device.c
+++ b/libnm/nm-device.c
@@ -144,8 +144,6 @@ static guint signals[LAST_SIGNAL] = { 0 };
* Registers an error quark for #NMDevice if necessary.
*
* Returns: the error quark used for #NMDevice errors.
- *
- * Since: 0.9.10
**/
GQuark
nm_device_error_quark (void)
@@ -769,8 +767,6 @@ nm_device_class_init (NMDeviceClass *device_class)
* NMDevice:available-connections:
*
* The available connections (#NMRemoteConnection) of the device
- *
- * Since: 0.9.8
**/
g_object_class_install_property
(object_class, PROP_AVAILABLE_CONNECTIONS,
@@ -808,8 +804,6 @@ nm_device_class_init (NMDeviceClass *device_class)
*
* The physical port ID of the device. (See
* nm_device_get_physical_port_id().)
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_PHYSICAL_PORT_ID,
@@ -822,8 +816,6 @@ nm_device_class_init (NMDeviceClass *device_class)
* NMDevice:mtu:
*
* The MTU of the device.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_MTU,
@@ -1128,8 +1120,6 @@ nm_device_get_firmware_version (NMDevice *device)
*
* Returns: the type description of the device. This is the internal
* string used by the device, and must not be modified.
- *
- * Since: 0.9.10
**/
const char *
nm_device_get_type_description (NMDevice *device)
@@ -1164,8 +1154,6 @@ nm_device_get_type_description (NMDevice *device)
*
* Returns: the current MAC of the device, or %NULL.
* This is the internal string used by the device, and must not be modified.
- *
- * Since: 0.9.10
**/
const char *
nm_device_get_hw_address (NMDevice *device)
@@ -1426,8 +1414,6 @@ nm_device_get_active_connection (NMDevice *device)
* Returns: (element-type NMRemoteConnection): the #GPtrArray
* containing #NMRemoteConnections. This is the internal copy used by
* the connection, and must not be modified.
- *
- * Since: 0.9.8
**/
const GPtrArray *
nm_device_get_available_connections (NMDevice *device)
@@ -1762,8 +1748,6 @@ get_short_vendor (NMDevice *device)
*
* Returns: a description of @device. If either the vendor or the
* product name is unknown, this returns the interface name.
- *
- * Since: 0.9.10
*/
const char *
nm_device_get_description (NMDevice *device)
@@ -1915,8 +1899,6 @@ find_duplicates (char **names,
* devices in @devices.
*
* Returns: (transfer full) (array zero-terminated=1): the device names
- *
- * Since: 0.9.10
*/
char **
nm_device_disambiguate_names (NMDevice **devices,
@@ -2027,8 +2009,6 @@ done:
* Returns: the physical port ID of the device, or %NULL if the port
* ID is unknown. This is the internal string used by the device and
* must not be modified.
- *
- * Since: 0.9.10
**/
const char *
nm_device_get_physical_port_id (NMDevice *device)
@@ -2053,8 +2033,6 @@ nm_device_get_physical_port_id (NMDevice *device)
* Gets the MTU of the #NMDevice.
*
* Returns: the MTU of the device.
- *
- * Since: 0.9.10
**/
guint32
nm_device_get_mtu (NMDevice *device)
@@ -2072,8 +2050,6 @@ nm_device_get_mtu (NMDevice *device)
* Whether the device is a software device.
*
* Returns: %TRUE if @device is a software device, %FALSE if it is a hardware device.
- *
- * Since: 1.0
**/
gboolean
nm_device_is_software (NMDevice *device)
@@ -2156,8 +2132,6 @@ nm_device_disconnect (NMDevice *device,
* @user_data: (closure): caller-specific data passed to @callback
*
* Deletes the software device. Hardware devices can't be deleted.
- *
- * Since: 1.0
**/
void
nm_device_delete (NMDevice *device,
@@ -2297,8 +2271,6 @@ nm_device_filter_connections (NMDevice *device, const GSList *connections)
* that can be used on @device.
*
* Returns: @device's associated #NMSetting type
- *
- * Since: 0.9.10
*/
GType
nm_device_get_setting_type (NMDevice *device)
diff --git a/libnm/nm-device.h b/libnm/nm-device.h
index 87bc14fe37..9188deb19a 100644
--- a/libnm/nm-device.h
+++ b/libnm/nm-device.h
@@ -55,7 +55,6 @@ typedef enum {
} NMDeviceError;
#define NM_DEVICE_ERROR nm_device_error_quark ()
-NM_AVAILABLE_IN_0_9_10
GQuark nm_device_error_quark (void);
#define NM_DEVICE_DEVICE_TYPE "device-type"
@@ -121,9 +120,7 @@ const char * nm_device_get_udi (NMDevice *device);
const char * nm_device_get_driver (NMDevice *device);
const char * nm_device_get_driver_version (NMDevice *device);
const char * nm_device_get_firmware_version (NMDevice *device);
-NM_AVAILABLE_IN_0_9_10
const char * nm_device_get_type_description (NMDevice *device);
-NM_AVAILABLE_IN_0_9_10
const char * nm_device_get_hw_address (NMDevice *device);
NMDeviceCapabilities nm_device_get_capabilities (NMDevice *device);
gboolean nm_device_get_managed (NMDevice *device);
@@ -138,18 +135,13 @@ NMDeviceState nm_device_get_state (NMDevice *device);
NMDeviceState nm_device_get_state_reason (NMDevice *device, NMDeviceStateReason *reason);
NMActiveConnection * nm_device_get_active_connection(NMDevice *device);
const GPtrArray * nm_device_get_available_connections(NMDevice *device);
-NM_AVAILABLE_IN_0_9_10
const char * nm_device_get_physical_port_id (NMDevice *device);
-NM_AVAILABLE_IN_0_9_10
guint32 nm_device_get_mtu (NMDevice *device);
-NM_AVAILABLE_IN_1_0
gboolean nm_device_is_software (NMDevice *device);
const char * nm_device_get_product (NMDevice *device);
const char * nm_device_get_vendor (NMDevice *device);
-NM_AVAILABLE_IN_0_9_10
const char * nm_device_get_description (NMDevice *device);
-NM_AVAILABLE_IN_0_9_10
char ** nm_device_disambiguate_names (NMDevice **devices,
int num_devices);
@@ -159,7 +151,6 @@ void nm_device_disconnect (NMDevice *device,
NMDeviceCallbackFn callback,
gpointer user_data);
-NM_AVAILABLE_IN_1_0
void nm_device_delete (NMDevice *device,
NMDeviceCallbackFn callback,
gpointer user_data);
@@ -174,7 +165,6 @@ gboolean nm_device_connection_compatible (NMDevice *device,
NMConnection *connection,
GError **error);
-NM_AVAILABLE_IN_0_9_10
GType nm_device_get_setting_type (NMDevice *device);
G_END_DECLS
diff --git a/libnm/nm-ip4-config.c b/libnm/nm-ip4-config.c
index 3ac75254cf..186e4fb43f 100644
--- a/libnm/nm-ip4-config.c
+++ b/libnm/nm-ip4-config.c
@@ -233,8 +233,6 @@ nm_ip4_config_class_init (NMIP4ConfigClass *config_class)
* NMIP4Config:gateway:
*
* The IP4 gateway address of the configuration as string.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_GATEWAY,
@@ -293,8 +291,6 @@ nm_ip4_config_class_init (NMIP4ConfigClass *config_class)
* NMIP4Config:searches:
*
* The #GPtrArray containing dns search strings of the configuration.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_SEARCHES,
@@ -341,8 +337,6 @@ nm_ip4_config_new (DBusGConnection *connection, const char *object_path)
* Gets the IP4 gateway address.
*
* Returns: the IP4 address of the gateway.
- *
- * Since: 0.9.10
**/
const char *
nm_ip4_config_get_gateway (NMIP4Config *config)
@@ -416,8 +410,6 @@ nm_ip4_config_get_domains (NMIP4Config *config)
*
* Returns: (element-type utf8): the #GPtrArray containing dns searches as strings. This is the
* internal copy used by the configuration, and must not be modified.
- *
- * Since: 0.9.10
**/
const GPtrArray *
nm_ip4_config_get_searches (NMIP4Config *config)
diff --git a/libnm/nm-ip4-config.h b/libnm/nm-ip4-config.h
index 58b6b3714d..2ba8d3cd90 100644
--- a/libnm/nm-ip4-config.h
+++ b/libnm/nm-ip4-config.h
@@ -64,13 +64,11 @@ GType nm_ip4_config_get_type (void);
GObject *nm_ip4_config_new (DBusGConnection *connection, const char *object_path);
-NM_AVAILABLE_IN_0_9_10
const char * nm_ip4_config_get_gateway (NMIP4Config *config);
const GSList * nm_ip4_config_get_addresses (NMIP4Config *config);
const GSList * nm_ip4_config_get_routes (NMIP4Config *config);
const GArray * nm_ip4_config_get_nameservers (NMIP4Config *config);
const GPtrArray *nm_ip4_config_get_domains (NMIP4Config *config);
-NM_AVAILABLE_IN_0_9_10
const GPtrArray *nm_ip4_config_get_searches (NMIP4Config *config);
const GArray * nm_ip4_config_get_wins_servers (NMIP4Config *config);
diff --git a/libnm/nm-ip6-config.c b/libnm/nm-ip6-config.c
index 21156090bd..1102f44d16 100644
--- a/libnm/nm-ip6-config.c
+++ b/libnm/nm-ip6-config.c
@@ -159,8 +159,6 @@ register_properties (NMIP6Config *config)
* Gets the IP6 gateway.
*
* Returns: the IPv6 gateway of the configuration.
- *
- * Since: 0.9.10
**/
const char *
nm_ip6_config_get_gateway (NMIP6Config *config)
@@ -197,8 +195,6 @@ nm_ip6_config_get_addresses (NMIP6Config *config)
* Gets the number of the domain name servers in the configuration.
*
* Returns: the number of domain name servers
- *
- * Since: 0.9.10
**/
guint32
nm_ip6_config_get_num_nameservers (NMIP6Config *config)
@@ -218,8 +214,6 @@ nm_ip6_config_get_num_nameservers (NMIP6Config *config)
*
* Returns: (array fixed-size=16) (element-type guint8) (transfer none):
* the IPv6 address of domain name server at index @iidx
- *
- * Since: 0.9.10
**/
const struct in6_addr *
nm_ip6_config_get_nameserver (NMIP6Config *config, guint32 idx)
@@ -286,8 +280,6 @@ nm_ip6_config_get_domains (NMIP6Config *config)
*
* Returns: (element-type utf8): the #GPtrArray containing dns searches as strings.
* This is the internal copy used by the configuration, and must not be modified.
- *
- * Since: 0.9.10
**/
const GPtrArray *
nm_ip6_config_get_searches (NMIP6Config *config)
@@ -413,8 +405,6 @@ nm_ip6_config_class_init (NMIP6ConfigClass *config_class)
* NMIP6Config:gateway:
*
* The IPv6 gateway as string
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_GATEWAY,
@@ -480,8 +470,6 @@ nm_ip6_config_class_init (NMIP6ConfigClass *config_class)
* NMIP6Config:searches:
*
* The #GPtrArray containing dns search strings of the configuration.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_SEARCHES,
diff --git a/libnm/nm-ip6-config.h b/libnm/nm-ip6-config.h
index 7a64805b68..9ec5eff95e 100644
--- a/libnm/nm-ip6-config.h
+++ b/libnm/nm-ip6-config.h
@@ -63,17 +63,13 @@ GType nm_ip6_config_get_type (void);
GObject *nm_ip6_config_new (DBusGConnection *connection, const char *object_path);
-NM_AVAILABLE_IN_0_9_10
const char * nm_ip6_config_get_gateway (NMIP6Config *config);
const GSList * nm_ip6_config_get_addresses (NMIP6Config *config);
const GSList * nm_ip6_config_get_routes (NMIP6Config *config);
-NM_AVAILABLE_IN_0_9_10
guint32 nm_ip6_config_get_num_nameservers (NMIP6Config *config);
-NM_AVAILABLE_IN_0_9_10
const struct in6_addr *nm_ip6_config_get_nameserver (NMIP6Config *config, guint32 idx);
const GSList * nm_ip6_config_get_nameservers (NMIP6Config *config);
const GPtrArray * nm_ip6_config_get_domains (NMIP6Config *config);
-NM_AVAILABLE_IN_0_9_10
const GPtrArray * nm_ip6_config_get_searches (NMIP6Config *config);
G_END_DECLS
diff --git a/libnm/nm-remote-connection.c b/libnm/nm-remote-connection.c
index e3050b0169..8d5c9534e2 100644
--- a/libnm/nm-remote-connection.c
+++ b/libnm/nm-remote-connection.c
@@ -278,8 +278,6 @@ nm_remote_connection_commit_changes (NMRemoteConnection *self,
* NetworkManager. The changes are not saved to disk until either
* nm_remote_connection_save() or nm_remote_connection_commit_changes() is
* called.
- *
- * Since: 0.9.10
**/
void
nm_remote_connection_commit_changes_unsaved (NMRemoteConnection *connection,
@@ -316,8 +314,6 @@ nm_remote_connection_commit_changes_unsaved (NMRemoteConnection *connection,
*
* Saves the connection to disk if the connection has changes that have not yet
* been written to disk, or if the connection has never been saved.
- *
- * Since: 0.9.10
**/
void
nm_remote_connection_save (NMRemoteConnection *connection,
@@ -433,8 +429,6 @@ nm_remote_connection_get_secrets (NMRemoteConnection *self,
* Returns: %TRUE if the remote connection contains changes that have not
* been saved to disk, %FALSE if the connection is the same as its on-disk
* representation.
- *
- * Since: 0.9.10
**/
gboolean
nm_remote_connection_get_unsaved (NMRemoteConnection *connection)
@@ -896,8 +890,6 @@ nm_remote_connection_class_init (NMRemoteConnectionClass *remote_class)
*
* %TRUE if the remote connection contains changes that have not been saved
* to disk, %FALSE if the connection is the same as its on-disk representation.
- *
- * Since: 0.9.10
**/
g_object_class_install_property
(object_class, PROP_UNSAVED,
diff --git a/libnm/nm-remote-connection.h b/libnm/nm-remote-connection.h
index 8292c23545..37f18d1d04 100644
--- a/libnm/nm-remote-connection.h
+++ b/libnm/nm-remote-connection.h
@@ -122,12 +122,10 @@ void nm_remote_connection_commit_changes (NMRemoteConnection *connection,
NMRemoteConnectionResultFunc callback,
gpointer user_data);
-NM_AVAILABLE_IN_0_9_10
void nm_remote_connection_commit_changes_unsaved (NMRemoteConnection *connection,
NMRemoteConnectionResultFunc callback,
gpointer user_data);
-NM_AVAILABLE_IN_0_9_10
void nm_remote_connection_save (NMRemoteConnection *connection,
NMRemoteConnectionResultFunc callback,
gpointer user_data);
@@ -141,7 +139,6 @@ void nm_remote_connection_get_secrets (NMRemoteConnection *connection,
NMRemoteConnectionGetSecretsFunc callback,
gpointer user_data);
-NM_AVAILABLE_IN_0_9_10
gboolean nm_remote_connection_get_unsaved (NMRemoteConnection *connection);
G_END_DECLS
diff --git a/libnm/nm-remote-settings.c b/libnm/nm-remote-settings.c
index 49d7780e6e..f0d7ba8e08 100644
--- a/libnm/nm-remote-settings.c
+++ b/libnm/nm-remote-settings.c
@@ -267,8 +267,6 @@ add_connection_info_complete (NMRemoteSettings *self,
*
* Returns: (transfer none): the remote connection object on success, or %NULL if no
* matching object was found.
- *
- * Since: 0.9.10
**/
NMRemoteConnection *
nm_remote_settings_get_connection_by_id (NMRemoteSettings *settings, const char *id)
@@ -717,8 +715,6 @@ nm_remote_settings_add_connection (NMRemoteSettings *settings,
* method.
*
* Returns: %TRUE if the request was successful, %FALSE if it failed
- *
- * Since: 0.9.10
**/
gboolean
nm_remote_settings_add_connection_unsaved (NMRemoteSettings *settings,
@@ -782,8 +778,6 @@ nm_remote_settings_add_connection_unsaved (NMRemoteSettings *settings,
* Returns: %TRUE if NetworkManager at least tried to load @filenames,
* %FALSE if an error occurred (eg, permission denied).
- *
- * Since: 0.9.10
**/
gboolean
nm_remote_settings_load_connections (NMRemoteSettings *settings,
@@ -837,8 +831,6 @@ nm_remote_settings_load_connections (NMRemoteSettings *settings,
* the in-memory state matches the on-disk state.
*
* Return value: %TRUE on success, %FALSE on failure
- *
- * Since: 0.9.10
**/
gboolean
nm_remote_settings_reload_connections (NMRemoteSettings *settings,
diff --git a/libnm/nm-remote-settings.h b/libnm/nm-remote-settings.h
index 92049adee0..d8ed0cf5bc 100644
--- a/libnm/nm-remote-settings.h
+++ b/libnm/nm-remote-settings.h
@@ -44,7 +44,6 @@ G_BEGIN_DECLS
* @NM_REMOTE_SETTINGS_ERROR_CONNECTION_UNAVAILABLE: the #NMRemoteConnection object
* is not visible or otherwise unreadable
* @NM_REMOTE_SETTINGS_ERROR_SERVICE_UNAVAILABLE: NetworkManager is not running.
- * (Since 0.9.10)
*
* Describes errors that may result from operations involving a #NMRemoteSettings.
*
@@ -136,19 +135,16 @@ gboolean nm_remote_settings_add_connection (NMRemoteSettings *settings,
NMRemoteSettingsAddConnectionFunc callback,
gpointer user_data);
-NM_AVAILABLE_IN_0_9_10
gboolean nm_remote_settings_add_connection_unsaved (NMRemoteSettings *settings,
NMConnection *connection,
NMRemoteSettingsAddConnectionFunc callback,
gpointer user_data);
-NM_AVAILABLE_IN_0_9_10
gboolean nm_remote_settings_load_connections (NMRemoteSettings *settings,
char **filenames,
char ***failures,
GError **error);
-NM_AVAILABLE_IN_0_9_10
gboolean nm_remote_settings_reload_connections (NMRemoteSettings *settings,
GError **error);
diff --git a/libnm/nm-secret-agent.h b/libnm/nm-secret-agent.h
index f593b3e648..093bd2a02d 100644
--- a/libnm/nm-secret-agent.h
+++ b/libnm/nm-secret-agent.h
@@ -64,8 +64,6 @@ typedef enum {
* @NM_SECRET_AGENT_CAPABILITY_LAST: bounds checking value; should not be used.
*
* #NMSecretAgentCapabilities indicate various capabilities of the agent.
- *
- * Since: 0.9.10
*/
typedef enum /*< flags >*/ {
NM_SECRET_AGENT_CAPABILITY_NONE = 0x0,
diff --git a/libnm/nm-vpn-plugin.c b/libnm/nm-vpn-plugin.c
index 08fb647ada..6fca2099d0 100644
--- a/libnm/nm-vpn-plugin.c
+++ b/libnm/nm-vpn-plugin.c
@@ -615,8 +615,6 @@ impl_vpn_plugin_new_secrets (NMVPNPlugin *plugin,
* request new secrets when the secrets originally provided by NetworkManager
* are insufficient, or the VPN process indicates that it needs additional
* information to complete the request.
- *
- * Since: 0.9.10
*/
void
nm_vpn_plugin_secrets_required (NMVPNPlugin *plugin,
diff --git a/libnm/nm-vpn-plugin.h b/libnm/nm-vpn-plugin.h
index 323017f035..aa17dc06c1 100644
--- a/libnm/nm-vpn-plugin.h
+++ b/libnm/nm-vpn-plugin.h
@@ -147,7 +147,6 @@ NMVPNServiceState nm_vpn_plugin_get_state (NMVPNPlugin *plugin);
void nm_vpn_plugin_set_state (NMVPNPlugin *plugin,
NMVPNServiceState state);
-NM_AVAILABLE_IN_0_9_10
void nm_vpn_plugin_secrets_required (NMVPNPlugin *plugin,
const char *message,
const char **hints);