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