aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-plugin.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2003-09-02 07:20:17 +0800
committerChristian Persch <chpe@src.gnome.org>2003-09-02 07:20:17 +0800
commit73a95385f4034998cc78199dc8bb9ee22d90d6aa (patch)
tree499d78ab52e8937f672e3659105dda083a34c988 /src/ephy-plugin.h
parent3375c1878c4c0ebf4f5067d128024ea484208f62 (diff)
downloadgsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.gz
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.bz2
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.lz
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.xz
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.tar.zst
gsoc2013-epiphany-73a95385f4034998cc78199dc8bb9ee22d90d6aa.zip
Mega-patch, changelog too long to paste here.
Diffstat (limited to 'src/ephy-plugin.h')
-rw-r--r--src/ephy-plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ephy-plugin.h b/src/ephy-plugin.h
index 243cfdb6a..132305111 100644
--- a/src/ephy-plugin.h
+++ b/src/ephy-plugin.h
@@ -21,6 +21,8 @@
#include <glib-object.h>
+G_BEGIN_DECLS
+
#define EPHY_TYPE_PLUGIN (ephy_plugin_get_type ())
#define EPHY_PLUGIN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPHY_TYPE_PLUGIN, EphyPlugin))
#define EPHY_PLUGIN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EPHY_TYPE_PLUGIN, EphyPluginClass))
@@ -34,4 +36,6 @@ GType ephy_plugin_get_type (void);
EphyPlugin *ephy_plugin_new (const char *name);
+G_END_DECLS
+
#endif