summaryrefslogtreecommitdiffstats
path: root/src/about/paths.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-30 19:54:21 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-30 19:54:21 (EDT)
commit692dfb796be36a0d25872ecf698de242dd2ce4a3 (patch)
tree3f9dcc60714c24f231c975334e98e0a77c78f5db /src/about/paths.h
parent136ba113ccf963b89b093d11388c5c473efb2799 (diff)
downloadmarquee-692dfb796be36a0d25872ecf698de242dd2ce4a3.zip
marquee-692dfb796be36a0d25872ecf698de242dd2ce4a3.tar.gz
marquee-692dfb796be36a0d25872ecf698de242dd2ce4a3.tar.bz2
about:preferences: New (stub) page
Diffstat (limited to 'src/about/paths.h')
-rw-r--r--src/about/paths.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/about/paths.h b/src/about/paths.h
index e3c2434..4bc67fa 100644
--- a/src/about/paths.h
+++ b/src/about/paths.h
@@ -27,6 +27,10 @@
#include "../application.h"
void
+mq_about_preferences_response(MqApplication *application, GHashTable *query,
+ WebKitURISchemeRequest *request);
+
+void
mq_about_marquee_response(MqApplication *application, GHashTable *query,
WebKitURISchemeRequest *request);