network: Convert CEPage widgets to GtkTemplate
This commit is contained in:
parent
9759121e7f
commit
eb0bac874c
27 changed files with 245 additions and 445 deletions
|
@ -22,15 +22,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <NetworkManager.h>
|
||||
|
||||
#include "ce-page.h"
|
||||
#include "wireless-security.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
G_DECLARE_FINAL_TYPE (CEPage8021xSecurity, ce_page_8021x_security, CE, PAGE_8021X_SECURITY, GObject)
|
||||
G_DECLARE_FINAL_TYPE (CEPage8021xSecurity, ce_page_8021x_security, CE, PAGE_8021X_SECURITY, GtkGrid)
|
||||
|
||||
CEPage *ce_page_8021x_security_new (NMConnection *connection);
|
||||
CEPage8021xSecurity *ce_page_8021x_security_new (NMConnection *connection);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue