summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 0d4135a93..c0a5a4e21 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -521,11 +521,12 @@ struct gui_browser_table {
};
-/** Graphical user interface function table
+/**
+ * NetSurf operation function table
*
- * function table implementing GUI interface to browser core
+ * Function table implementing interface operations for the browser core.
*/
-struct gui_table {
+struct netsurf_table {
/**
* Browser table.
@@ -566,7 +567,6 @@ struct gui_table {
struct gui_utf8_table *utf8;
/**
- *
* Page search table.
*
* Provides routines for the interactive text search on a page.