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:
Dan Williams
2012-02-22 23:40:18 -06:00
parent 51edc6ae97
commit 57b77b10b6
4 changed files with 9 additions and 9 deletions

View File

@@ -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 */