aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-about-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-about-handler.h')
-rw-r--r--embed/ephy-about-handler.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/embed/ephy-about-handler.h b/embed/ephy-about-handler.h
new file mode 100644
index 000000000..2bc5bd823
--- /dev/null
+++ b/embed/ephy-about-handler.h
@@ -0,0 +1,16 @@
+/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * Copyright (C) 2012, Igalia S.L.
+ */
+
+#ifndef EPHY_ABOUT_HANDLER_H
+#define EPHY_ABOUT_HANDLER_H
+
+#include <glib.h>
+
+#define EPHY_ABOUT_SCHEME "ephy-about"
+#define EPHY_ABOUT_SCHEME_LEN 10
+
+GString *ephy_about_handler_handle (const char *about);
+
+#endif /* EPHY_ABOUT_HANDLER_H */