core: fix parent/master confusion in some argument names
It's the parent, not the master, that we care about here.
This commit is contained in:
@@ -100,6 +100,6 @@ void nm_utils_complete_generic (NMConnection *connection,
|
||||
|
||||
gboolean nm_utils_is_uuid (const char *str);
|
||||
|
||||
char *nm_utils_new_vlan_name (const char *master_iface, guint32 vlan_id);
|
||||
char *nm_utils_new_vlan_name (const char *parent_iface, guint32 vlan_id);
|
||||
|
||||
#endif /* NETWORK_MANAGER_UTILS_H */
|
||||
|
Reference in New Issue
Block a user