network: Set transient window from outside NetConnectionEditor constructor

This commit is contained in:
Robert Ancell 2020-11-19 11:17:22 +13:00 committed by Georges Basile Stavracas Neto
parent 2d8e3d786e
commit a1e26cdac1
6 changed files with 13 additions and 33 deletions

View file

@ -28,8 +28,7 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (NetConnectionEditor, net_connection_editor, NET, CONNECTION_EDITOR, GtkDialog)
NetConnectionEditor *net_connection_editor_new (GtkWindow *parent_window,
NMConnection *connection,
NetConnectionEditor *net_connection_editor_new (NMConnection *connection,
NMDevice *device,
NMAccessPoint *ap,
NMClient *client);