mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-18 12:00:36 +02:00
core/trivial: add code comment to nm_utils_get_shared_wifi_permission()
This commit is contained in:
parent
9e3d3083d2
commit
55d672347f
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue