core/trivial: add code comment to nm_utils_get_shared_wifi_permission()
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user