summaryrefslogtreecommitdiff
path: root/libnm/nm-client.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-08-17 23:08:44 +0200
committerThomas Haller <thaller@redhat.com>2017-08-17 23:08:44 +0200
commit72baa8e30bd852fb6dbb1f7584aec33b4d330bcf (patch)
tree6368aa8a8e180e8c06733264aae866d08ee83bc9 /libnm/nm-client.c
parent0480dae7492adfea5fb8f60b366a22cdd7df4927 (diff)
downloadNetworkManager-72baa8e30bd852fb6dbb1f7584aec33b4d330bcf.tar.gz
libnm: add gtk-doc Since markers for new API and missing enum documentation
Diffstat (limited to 'libnm/nm-client.c')
-rw-r--r--libnm/nm-client.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libnm/nm-client.c b/libnm/nm-client.c
index 7f4bfd67a9..7835d18ff0 100644
--- a/libnm/nm-client.c
+++ b/libnm/nm-client.c
@@ -484,6 +484,8 @@ nm_client_wimax_hardware_get_enabled (NMClient *client)
* configuration file.
*
* Returns: %TRUE if connectivity checking is available.
+ *
+ * Since: 1.10
*/
gboolean
nm_client_connectivity_check_get_available (NMClient *client)
@@ -503,6 +505,8 @@ nm_client_connectivity_check_get_available (NMClient *client)
* Determine whether connectivity checking is enabled.
*
* Returns: %TRUE if connectivity checking is enabled.
+ *
+ * Since: 1.10
*/
gboolean
nm_client_connectivity_check_get_enabled (NMClient *client)
@@ -523,6 +527,8 @@ nm_client_connectivity_check_get_enabled (NMClient *client)
* Enable or disable connectivity checking. Note that if a
* connectivity checking URI has not been configured, this will not
* have any effect.
+ *
+ * Since: 1.10
*/
void
nm_client_connectivity_check_set_enabled (NMClient *client, gboolean enabled)
@@ -2970,6 +2976,8 @@ nm_client_class_init (NMClientClass *client_class)
* NMClient::connectivity-check-available
*
* Whether a connectivity checking service has been configured.
+ *
+ * Since: 1.10
*/
g_object_class_install_property
(object_class, PROP_CONNECTIVITY_CHECK_AVAILABLE,
@@ -2982,6 +2990,8 @@ nm_client_class_init (NMClientClass *client_class)
* NMClient::connectivity-check-enabled
*
* Whether a connectivity checking service has been enabled.
+ *
+ * Since: 1.10
*/
g_object_class_install_property
(object_class, PROP_CONNECTIVITY_CHECK_ENABLED,