aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-about-handler.h
blob: 2bc5bd823a765eb48812f6b444cf96ec88bdda8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */