summaryrefslogtreecommitdiff
path: root/libnm-glib
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-09-11 14:09:54 -0400
committerDan Winship <danw@gnome.org>2013-09-11 14:10:55 -0400
commit26544f3148a35010d2f346a596ef5175698d2222 (patch)
treeccd908706856d02da0c465c588f1b3579475b05e /libnm-glib
parent6014e3fa04a9fa549f4b3eae088c18c6ad113673 (diff)
libnm-glib: change "Since: 0.9.10" to "Since: 0.9.8.6" for backported API
Diffstat (limited to 'libnm-glib')
-rw-r--r--libnm-glib/nm-client.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/libnm-glib/nm-client.c b/libnm-glib/nm-client.c
index 05bdc42419..ddde49a62e 100644
--- a/libnm-glib/nm-client.c
+++ b/libnm-glib/nm-client.c
@@ -1246,7 +1246,7 @@ nm_client_set_logging (NMClient *client, const char *level, const char *domains,
* Returns: (transfer none): the appropriate #NMActiveConnection, if
* any
*
- * Since: 0.9.10
+ * Since: 0.9.8.6
*/
NMActiveConnection *
nm_client_get_primary_connection (NMClient *client)
@@ -1268,7 +1268,7 @@ nm_client_get_primary_connection (NMClient *client)
* Returns: (transfer none): the appropriate #NMActiveConnection, if
* any.
*
- * Since: 0.9.10
+ * Since: 0.9.8.6
*/
NMActiveConnection *
nm_client_get_activating_connection (NMClient *client)
@@ -1418,7 +1418,7 @@ client_device_removed (NMObject *client, NMObject *device)
* connectivity state first before returning any information.
*
* Returns: the current connectivity state
- * Since: 0.9.10
+ * Since: 0.9.8.6
*/
NMConnectivityState
nm_client_get_connectivity (NMClient *client)
@@ -1447,7 +1447,7 @@ nm_client_get_connectivity (NMClient *client)
* if you do not want to block.
*
* Returns: the (new) current connectivity state
- * Since: 0.9.10
+ * Since: 0.9.8.6
*/
NMConnectivityState
nm_client_check_connectivity (NMClient *client,
@@ -1533,7 +1533,7 @@ check_connectivity_cancelled_cb (GCancellable *cancellable,
* which (immediately) returns the most recent known state without
* re-checking, and nm_client_check_connectivity(), which blocks.
*
- * Since: 0.9.10
+ * Since: 0.9.8.6
*/
void
nm_client_check_connectivity_async (NMClient *client,
@@ -1578,7 +1578,7 @@ nm_client_check_connectivity_async (NMClient *client,
* call.
*
* Returns: the (new) current connectivity state
- * Since: 0.9.10
+ * Since: 0.9.8.6
*/
NMConnectivityState
nm_client_check_connectivity_finish (NMClient *client,
@@ -2312,7 +2312,7 @@ nm_client_class_init (NMClientClass *client_class)
*
* The network connectivity state.
*
- * Since: 0.9.10
+ * Since: 0.9.8.6
*/
g_object_class_install_property
(object_class, PROP_CONNECTIVITY,
@@ -2328,7 +2328,7 @@ 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.10
+ * Since: 0.9.8.6
**/
g_object_class_install_property
(object_class, PROP_PRIMARY_CONNECTION,
@@ -2344,7 +2344,7 @@ 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.10
+ * Since: 0.9.8.6
**/
g_object_class_install_property
(object_class, PROP_ACTIVATING_CONNECTION,