summaryrefslogtreecommitdiff
path: root/clients/tui/nmt-editor-page.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/nmt-editor-page.h')
-rw-r--r--clients/tui/nmt-editor-page.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/tui/nmt-editor-page.h b/clients/tui/nmt-editor-page.h
index 8da5ea9f51..ae55128ac6 100644
--- a/clients/tui/nmt-editor-page.h
+++ b/clients/tui/nmt-editor-page.h
@@ -39,6 +39,7 @@ typedef struct {
typedef struct {
GObjectClass parent;
+ void (*saved) (NmtEditorPage *page);
} NmtEditorPageClass;
GType nmt_editor_page_get_type (void);
@@ -47,6 +48,8 @@ NMConnection *nmt_editor_page_get_connection (NmtEditorPage *page);
GSList *nmt_editor_page_get_sections (NmtEditorPage *page);
+void nmt_editor_page_saved (NmtEditorPage *page);
+
/*< protected >*/
void nmt_editor_page_add_section (NmtEditorPage *page,
NmtEditorSection *section);