network: Convert CEPage widgets to GtkTemplate

This commit is contained in:
Robert Ancell 2019-11-06 17:16:54 +13:00
parent 9759121e7f
commit eb0bac874c
27 changed files with 245 additions and 445 deletions

View file

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