summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-08-31 15:59:38 +0200
committerThomas Haller <thaller@redhat.com>2015-09-18 14:31:31 +0200
commit55d672347fe771b715d6644dff72cde5870da4e3 (patch)
treea89b59d7c2e616c32f562ba7c99c354d1cad0b31
parent9e3d3083d22f2a52a2cad2165b778651d4a4b7db (diff)
downloadNetworkManager-55d672347fe771b715d6644dff72cde5870da4e3.tar.gz
core/trivial: add code comment to nm_utils_get_shared_wifi_permission()
-rw-r--r--src/NetworkManagerUtils.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c
index 2e732c52a5..d78313df50 100644
--- a/src/NetworkManagerUtils.c
+++ b/src/NetworkManagerUtils.c
@@ -1540,6 +1540,12 @@ nm_match_spec_join (GSList *specs)
return g_string_free (str, FALSE);
}
+/**
+ * nm_utils_get_shared_wifi_permission:
+ * @connection: the NMConnection to lookup the permission.
+ *
+ * Returns: a static string of the wifi-permission (if any) or %NULL.
+ */
const char *
nm_utils_get_shared_wifi_permission (NMConnection *connection)
{