summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-07-07 23:29:06 +0100
committerVincent Sanders <vince@kyllikki.org>2014-07-07 23:29:06 +0100
commit5ce4f11eac7fae76fe2965f92daf2910f80eb6a1 (patch)
tree71b28cc100bd7b6248405fd03a1755a533180fec /utils
parent07f1ae746145022fb07ecb9e9163c013f432d13f (diff)
downloadnetsurf-5ce4f11eac7fae76fe2965f92daf2910f80eb6a1.tar.gz
netsurf-5ce4f11eac7fae76fe2965f92daf2910f80eb6a1.tar.bz2
add link context menu to gtk and add link copying and bookmarking
Diffstat (limited to 'utils')
-rw-r--r--utils/types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/types.h b/utils/types.h
index e3f2e838c..035ff76cb 100644
--- a/utils/types.h
+++ b/utils/types.h
@@ -49,7 +49,11 @@ struct redraw_context {
};
-/* Content located at a specific spatial location */
+/**
+ * Content located at a specific spatial location.
+ *
+ * \todo This structure should contain a nsurl not a string.
+ */
struct contextual_content {
const char *link_url;
struct hlcache_handle *object;