summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-10 10:22:10 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-10 10:22:10 +0100
commit16b11e7238dea2c74a713b6f601d5f506bdaadcf (patch)
treed23dab3fc90645ac976b001e09538dbff4017f5f /desktop/gui.h
parent429d6e20f7989bb65736fb6f0058c33add7b0ac5 (diff)
downloadnetsurf-16b11e7238dea2c74a713b6f601d5f506bdaadcf.tar.gz
netsurf-16b11e7238dea2c74a713b6f601d5f506bdaadcf.tar.bz2
ensure operations tables are registered as early as possible.
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.