core/trivial: add code comment to nm_utils_get_shared_wifi_permission()

This commit is contained in:
Thomas Haller
2015-08-31 15:59:38 +02:00
parent 9e3d3083d2
commit 55d672347f

View File

@@ -1540,6 +1540,12 @@ nm_match_spec_join (GSList *specs)
return g_string_free (str, FALSE); 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 * const char *
nm_utils_get_shared_wifi_permission (NMConnection *connection) nm_utils_get_shared_wifi_permission (NMConnection *connection)
{ {